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
Link copied to clipboard

List of VPC Security Group IDs to be applied to the OpenSearch 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 OpenSearch domain endpoints to be created in.

Link copied to clipboard
val vpcId: String? = null