Interface CfnPipelinePropsMixin.VpcAttachmentOptionsProperty

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

@Stability(Stable) public static interface CfnPipelinePropsMixin.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.cfnpropertymixins.services.osis.*;
 VpcAttachmentOptionsProperty vpcAttachmentOptionsProperty = VpcAttachmentOptionsProperty.builder()
         .attachToVpc(false)
         .cidrBlock("cidrBlock")
         .build();
 

See Also: