PipelineVpcOptions

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.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of security groups associated with the VPC endpoint.

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

A list of subnet IDs associated with the VPC endpoint.