Class: Aws::EC2::Types::ModifyTransitGatewayOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The transit gateway options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_transit_gateway_cidr_blocksArray<String>

Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.

Returns:

  • (Array<String>)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end

#amazon_side_asnInteger

A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.

The modify ASN operation is not allowed on a transit gateway with active BGP sessions. You must first delete all transit gateway attachments that have BGP configured prior to modifying the ASN on the transit gateway.

Returns:

  • (Integer)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end

#association_default_route_table_idString

The ID of the default association route table.

Returns:

  • (String)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end

#auto_accept_shared_attachmentsString

Enable or disable automatic acceptance of attachment requests.

Returns:

  • (String)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end

#default_route_table_associationString

Enable or disable automatic association with the default association route table.

Returns:

  • (String)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end

#default_route_table_propagationString

Enable or disable automatic propagation of routes to the default propagation route table.

Returns:

  • (String)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end

#dns_supportString

Enable or disable DNS support.

Returns:

  • (String)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end

#propagation_default_route_table_idString

The ID of the default propagation route table.

Returns:

  • (String)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end

#remove_transit_gateway_cidr_blocksArray<String>

Removes CIDR blocks for the transit gateway.

Returns:

  • (Array<String>)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_referencing_supportString

Enables you to reference a security group across VPCs attached to a transit gateway (TGW). Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.

For important information about this feature, see [Create a transit gateway] in the *Amazon Web Services Transit Gateway Guide*.

[1]: docs.aws.amazon.com/vpc/latest/tgw/tgw-transit-gateways.html#create-tgw

Returns:

  • (String)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end

#vpn_ecmp_supportString

Enable or disable Equal Cost Multipath Protocol support.

Returns:

  • (String)


48771
48772
48773
48774
48775
48776
48777
48778
48779
48780
48781
48782
48783
48784
48785
# File 'lib/aws-sdk-ec2/types.rb', line 48771

class ModifyTransitGatewayOptions < Struct.new(
  :add_transit_gateway_cidr_blocks,
  :remove_transit_gateway_cidr_blocks,
  :vpn_ecmp_support,
  :dns_support,
  :security_group_referencing_support,
  :auto_accept_shared_attachments,
  :default_route_table_association,
  :association_default_route_table_id,
  :default_route_table_propagation,
  :propagation_default_route_table_id,
  :amazon_side_asn)
  SENSITIVE = []
  include Aws::Structure
end