PipelineVpcEndpoint

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val vpcEndpointId: String? = null

The unique identifier of the endpoint.

Link copied to clipboard
val vpcId: String? = null

The ID for your VPC. AWS Privatelink generates this value when you create a VPC.

Link copied to clipboard

Information about the VPC, including associated subnets and security groups.