AWS::EC2::TransitGatewayVpcAttachment Options - AWS CloudFormation

AWS::EC2::TransitGatewayVpcAttachment 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

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