Pipeline Vpc Endpoint
data class PipelineVpcEndpoint(val vpcEndpointId: String? = null, val vpcId: String? = null, val vpcOptions: PipelineVpcOptions? = null)
An OpenSearch Ingestion Service-managed VPC endpoint that will access one or more pipelines.
Constructors
Link copied to clipboard
constructor(vpcEndpointId: String? = null, vpcId: String? = null, vpcOptions: PipelineVpcOptions? = null)