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