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
Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
Instance Attribute Details
#appliance_mode_support ⇒ String
Indicates whether appliance mode support is enabled.
70453 70454 70455 70456 70457 70458 70459 70460 |
# File 'lib/aws-sdk-ec2/types.rb', line 70453 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.
70453 70454 70455 70456 70457 70458 70459 70460 |
# File 'lib/aws-sdk-ec2/types.rb', line 70453 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.
70453 70454 70455 70456 70457 70458 70459 70460 |
# File 'lib/aws-sdk-ec2/types.rb', line 70453 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
Enables you to reference a security group across VPCs attached to a transit gateway to simplify security group management.
This option is enabled by default.
For more information about security group referencing, see [Security group referencing] in the *Amazon Web Services Transit Gateways Guide*.
[1]: docs.aws.amazon.com/vpc/latest/tgw/tgw-vpc-attachments.html#vpc-attachment-security
70453 70454 70455 70456 70457 70458 70459 70460 |
# File 'lib/aws-sdk-ec2/types.rb', line 70453 class TransitGatewayVpcAttachmentOptions < Struct.new( :dns_support, :security_group_referencing_support, :ipv_6_support, :appliance_mode_support) SENSITIVE = [] include Aws::Structure end |