AWS::NetworkManager::VpcAttachment VpcOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::NetworkManager::VpcAttachment VpcOptions

Describes the VPC options.

Syntax

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

JSON

{ "ApplianceModeSupport" : Boolean, "DnsSupport" : Boolean, "Ipv6Support" : Boolean, "SecurityGroupReferencingSupport" : 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

DnsSupport

Indicates whether DNS is supported.

Required: No

Type: Boolean

Update requires: No interruption

Ipv6Support

Indicates whether IPv6 is supported.

Required: No

Type: Boolean

Update requires: No interruption

SecurityGroupReferencingSupport

Indicates whether security group referencing is enabled for this VPC attachment. The default is true. However, at the core network policy-level the default is set to false.

Required: No

Type: Boolean

Update requires: No interruption