DomainVpcOptions

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the domain was created inside a VPC, the names of the availability zones the configured subnet_ids were created inside.

Link copied to clipboard

List of VPC Security Group IDs to be applied to the Elasticsearch domain endpoints. If omitted, the default Security Group for the VPC will be used.

Link copied to clipboard
val subnetIds: List<String>? = null

List of VPC Subnet IDs for the Elasticsearch domain endpoints to be created in.

Link copied to clipboard
val vpcId: String? = null

If the domain was created inside a VPC, the ID of the VPC.