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

Enable or disable appliance mode support. The default is disable.

Required: No

Type: String

Allowed values: enable | disable

Update requires: No interruption

DnsSupport

Enable or disable DNS support. The default is disable.

Required: No

Type: String

Allowed values: enable | disable

Update requires: No interruption

Ipv6Support

Enable or disable IPv6 support. The default is disable.

Required: No

Type: String

Allowed values: enable | disable

Update requires: No interruption