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
For important information about this feature, see [Create a transit gateway attachment to a VPC] in the *Amazon Web Services Transit Gateway Guide*.
Instance Attribute Details
#appliance_mode_support ⇒ String
Indicates whether appliance mode support is enabled.
65008 65009 65010 65011 65012 65013 65014 65015 |
# File 'lib/aws-sdk-ec2/types.rb', line 65008 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.
65008 65009 65010 65011 65012 65013 65014 65015 |
# File 'lib/aws-sdk-ec2/types.rb', line 65008 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.
65008 65009 65010 65011 65012 65013 65014 65015 |
# File 'lib/aws-sdk-ec2/types.rb', line 65008 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
For important information about this feature, see [Create a transit gateway attachment to a VPC] in the *Amazon Web Services Transit Gateway Guide*.
[1]: docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#create-vpc-attachment
65008 65009 65010 65011 65012 65013 65014 65015 |
# File 'lib/aws-sdk-ec2/types.rb', line 65008 class TransitGatewayVpcAttachmentOptions < Struct.new( :dns_support, :security_group_referencing_support, :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |