PipelineVpcOptionsArgs

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)

Functions

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

Properties

Link copied to clipboard
val securityGroupIds: Output<List<String>>? = null

A list of security groups associated with the VPC endpoint.

Link copied to clipboard
val subnetIds: Output<List<String>>? = null

A list of subnet IDs associated with the VPC endpoint.