Pipeline Vpc Options Args
data class PipelineVpcOptionsArgs(val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null) : 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.
Constructors
Link copied to clipboard
fun PipelineVpcOptionsArgs(securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>? = null)