Interface CfnVpcAttachmentPropsMixin.VpcOptionsProperty

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

@Stability(Stable) public static interface CfnVpcAttachmentPropsMixin.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.cfnpropertymixins.services.networkmanager.*;
 VpcOptionsProperty vpcOptionsProperty = VpcOptionsProperty.builder()
         .applianceModeSupport(false)
         .dnsSupport(false)
         .ipv6Support(false)
         .securityGroupReferencingSupport(false)
         .build();
 

See Also: