AWS::EC2::TransitGatewayAttachment Options
Describes the VPC attachment options.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ApplianceModeSupport" :
String
, "DnsSupport" :String
, "Ipv6Support" :String
}
YAML
ApplianceModeSupport:
String
DnsSupport:String
Ipv6Support:String
Properties
ApplianceModeSupport
-
Indicates whether appliance mode support is enabled.
Required: No
Type: String
Allowed values:
disable | enable
Update requires: No interruption
DnsSupport
-
Indicates whether DNS support is enabled.
Required: No
Type: String
Allowed values:
disable | enable
Update requires: No interruption
Ipv6Support
-
Indicates whether IPv6 support is disabled.
Required: No
Type: String
Allowed values:
disable | enable
Update requires: No interruption