VpcEndpointVpcOptions

data class VpcEndpointVpcOptions(val availabilityZones: List<String>? = null, val securityGroupIds: List<String>? = null, val subnetIds: List<String>, val vpcId: String? = null)

Constructors

Link copied to clipboard
constructor(availabilityZones: List<String>? = null, securityGroupIds: List<String>? = null, subnetIds: List<String>, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The list of security group IDs associated with the VPC endpoints for the domain. If you do not provide a security group ID, elasticsearch Service uses the default security group for the VPC.

Link copied to clipboard

A list of subnet IDs associated with the VPC endpoints for the domain. If your domain uses multiple Availability Zones, you need to provide two subnet IDs, one per zone. Otherwise, provide only one.

Link copied to clipboard
val vpcId: String? = null