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.

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