Interface CfnPipeline.VpcAttachmentOptionsProperty

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

@Stability(Stable) public static interface CfnPipeline.VpcAttachmentOptionsProperty extends software.amazon.jsii.JsiiSerializable
Options for attaching a VPC to pipeline.

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.osis.*;
 VpcAttachmentOptionsProperty vpcAttachmentOptionsProperty = VpcAttachmentOptionsProperty.builder()
         .attachToVpc(false)
         .cidrBlock("cidrBlock")
         .build();
 

See Also: