AWS::NetworkManager::VpcAttachment VpcOptions - AWS CloudFormation

AWS::NetworkManager::VpcAttachment VpcOptions

Describes the VPC options.

Syntax

To declare this entity in your AWS 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