PipelineVpcOptions

data class PipelineVpcOptions(val securityGroupIds: List<String>? = null, val subnetIds: List<String>, val vpcEndpointManagement: String? = null)

Constructors

Link copied to clipboard
constructor(securityGroupIds: List<String>? = null, subnetIds: List<String>, vpcEndpointManagement: 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

A list of subnet IDs associated with the VPC endpoint.

Link copied to clipboard

Whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline. Valid values are CUSTOMER or SERVICE