PipelineEndpoint

Represents a VPC endpoint for an OpenSearch Ingestion pipeline, enabling private connectivity between your VPC and the pipeline.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the pipeline endpoint.

Link copied to clipboard

The URL used to ingest data to the pipeline through the VPC endpoint.

Link copied to clipboard

The Amazon Resource Name (ARN) of the pipeline associated with this endpoint.

Link copied to clipboard

The current status of the pipeline endpoint.

Link copied to clipboard

The ID of the VPC where the pipeline endpoint is created.

Link copied to clipboard

Configuration options for the VPC endpoint, including subnet and security group settings.

Functions

Link copied to clipboard
inline fun copy(block: PipelineEndpoint.Builder.() -> Unit = {}): PipelineEndpoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String