AWS::EC2::TransitGatewayVpcAttachment Options - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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