AWS::NetworkManager::VpcAttachment VpcOptions - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::NetworkManager::VpcAttachment VpcOptions

Describes the VPC options.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ApplianceModeSupport" : Boolean, "Ipv6Support" : Boolean }

YAML

ApplianceModeSupport: Boolean Ipv6Support: Boolean

Properties

ApplianceModeSupport

Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is false.

Required: No

Type: Boolean

Update requires: No interruption

Ipv6Support

Indicates whether IPv6 is supported.

Required: No

Type: Boolean

Update requires: No interruption