Interface CfnVpcAttachment.VpcOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVpcAttachment.VpcOptionsProperty.Jsii$Proxy
Enclosing class:
CfnVpcAttachment

@Stability(Stable) public static interface CfnVpcAttachment.VpcOptionsProperty extends software.amazon.jsii.JsiiSerializable
Describes the VPC options.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.networkmanager.*;
 VpcOptionsProperty vpcOptionsProperty = VpcOptionsProperty.builder()
         .applianceModeSupport(false)
         .ipv6Support(false)
         .build();
 

See Also: