DomainVpcOptionsArgs

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

Constructors

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

Properties

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

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
val securityGroupIds: Output<List<String>>? = null

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: Output<List<String>>? = null

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

Link copied to clipboard
val vpcId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DomainVpcOptionsArgs