Pipeline Vpc Options Args
data class PipelineVpcOptionsArgs(val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>) : ConvertibleToJava<PipelineVpcOptionsArgs>
Container for the values required to configure VPC access for the pipeline. If you don't specify these values, OpenSearch Ingestion Service creates the pipeline with a public endpoint.