VpcOptions

Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.

Types

Link copied to clipboard
class Builder
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

Options for attaching a VPC to a pipeline.

Link copied to clipboard

Defines whether you or Amazon OpenSearch Ingestion service create and manage the VPC endpoint configured for the pipeline.

Functions

Link copied to clipboard
inline fun copy(block: VpcOptions.Builder.() -> Unit = {}): VpcOptions
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