PipelineVpcOptionsVpcAttachmentOptionsProperties

data class PipelineVpcOptionsVpcAttachmentOptionsProperties(val attachToVpc: Boolean, val cidrBlock: String)

Options for attaching a VPC to the pipeline.

Constructors

constructor(attachToVpc: Boolean, cidrBlock: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the pipeline should be attached to the provided VPC

Link copied to clipboard

The CIDR block to be reserved for OpenSearch Ingestion to create elastic network interfaces (ENIs).