PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgs

data class PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgs(val attachToVpc: Output<Boolean>, val cidrBlock: Output<String>) : ConvertibleToJava<PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgs>

Options for attaching a VPC to the pipeline.

Constructors

constructor(attachToVpc: Output<Boolean>, cidrBlock: Output<String>)

Properties

Link copied to clipboard
val attachToVpc: Output<Boolean>

Whether the pipeline should be attached to the provided VPC

Link copied to clipboard
val cidrBlock: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgs