PipelineVpcOptionsArgs

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.

Constructors

Link copied to clipboard
constructor(securityGroupIds: Output<List<String>>? = null, subnetIds: Output<List<String>>)

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>>

A list of subnet IDs associated with the VPC endpoint.

Functions

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