Pipeline Vpc Options
data class PipelineVpcOptions(val securityGroupIds: List<String>? = null, val subnetIds: List<String>? = null)
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.