# AWS::NetworkManager::VpcAttachment VpcOptions Vpc options of the attachment. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Ipv6Support" : Boolean
}
### YAML
Ipv6Support: Boolean
## Properties #### Ipv6Support Indicates whether to enable Ipv6 Support for Vpc Attachment. Valid Values: enable | disable _Required_: No _Type_: Boolean _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)