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, "DnsSupport" :Boolean, "Ipv6Support" :Boolean, "SecurityGroupReferencingSupport" :Boolean}
YAML
ApplianceModeSupport:BooleanDnsSupport:BooleanIpv6Support:BooleanSecurityGroupReferencingSupport: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 tofalse.Required: No Type: Boolean Update requires: No interruption