Class: Aws::EC2::Types::TransitGatewayVpcAttachmentOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayVpcAttachmentOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the VPC attachment options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#appliance_mode_support ⇒ String
Indicates whether appliance mode support is enabled.
-
#dns_support ⇒ String
Indicates whether DNS support is enabled.
-
#ipv_6_support ⇒ String
Indicates whether IPv6 support is disabled.
-
#security_group_referencing_support ⇒ String
<note markdown=“1”> This parameter is in preview and may not be available for your account.
Instance Attribute Details
#appliance_mode_support ⇒ String
Indicates whether appliance mode support is enabled.
66761 66762 66763 66764 66765 66766 66767 66768 |
# File 'lib/aws-sdk-ec2/types.rb', line 66761 class TransitGatewayVpcAttachmentOptions < Struct.new( :dns_support, :security_group_referencing_support, :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |
#dns_support ⇒ String
Indicates whether DNS support is enabled.
66761 66762 66763 66764 66765 66766 66767 66768 |
# File 'lib/aws-sdk-ec2/types.rb', line 66761 class TransitGatewayVpcAttachmentOptions < Struct.new( :dns_support, :security_group_referencing_support, :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |
#ipv_6_support ⇒ String
Indicates whether IPv6 support is disabled.
66761 66762 66763 66764 66765 66766 66767 66768 |
# File 'lib/aws-sdk-ec2/types.rb', line 66761 class TransitGatewayVpcAttachmentOptions < Struct.new( :dns_support, :security_group_referencing_support, :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |
#security_group_referencing_support ⇒ String
<note markdown=“1”> This parameter is in preview and may not be available for your account.
</note>
Enables you to reference a security group across VPCs attached to a transit gateway. 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.
66761 66762 66763 66764 66765 66766 66767 66768 |
# File 'lib/aws-sdk-ec2/types.rb', line 66761 class TransitGatewayVpcAttachmentOptions < Struct.new( :dns_support, :security_group_referencing_support, :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |