DirectoryVpcSettings

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The identifiers of the subnets for the directory servers (2 subnets in 2 different AZs).

Link copied to clipboard

The identifier of the VPC that the directory is in.