VpcDerivedInfo

Information about the subnets and security groups for an Amazon OpenSearch Service domain provisioned within a virtual private cloud (VPC). For more information, see Launching your Amazon OpenSearch Service domains using a VPC. This information only exists if the domain was created with VPCOptions.

Types

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

Properties

Link copied to clipboard

The list of Availability Zones associated with the VPC subnets.

Link copied to clipboard

The list of security group IDs associated with the VPC endpoints for the domain.

Link copied to clipboard

A list of subnet IDs associated with the VPC endpoints for the domain.

Link copied to clipboard

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

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