SimpleAdVpcSettings

data class SimpleAdVpcSettings(val subnetIds: List<String>, val vpcId: String)

Constructors

Link copied to clipboard
constructor(subnetIds: List<String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. AWS Directory Service specifies a directory server and a DNS server in each of these subnets.

Link copied to clipboard

The identifier of the VPC in which to create the directory.