VpcDerivedInfo

Options to specify the subnets and security groups for VPC endpoint. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

Types

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

Properties

Link copied to clipboard

The availability zones for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.

Link copied to clipboard

Specifies the security groups for VPC endpoint.

Link copied to clipboard

Specifies the subnets for VPC endpoint.

Link copied to clipboard

The VPC Id for the Elasticsearch domain. Exists only if the domain was created with VPCOptions.

Functions

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