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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipelinePropsMixin.VpcAttachmentOptionsPropertystatic final classAn implementation forCfnPipelinePropsMixin.VpcAttachmentOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttachToVpc
Whether a VPC is attached to the pipeline.Returns union: either
BooleanorIResolvable- See Also:
-
getCidrBlock
The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).- See Also:
-
builder
-