SimpleAdVpcSettingsArgs

data class SimpleAdVpcSettingsArgs(val subnetIds: Output<List<String>>, val vpcId: Output<String>) : ConvertibleToJava<SimpleAdVpcSettingsArgs>

Constructors

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

Properties

Link copied to clipboard
val subnetIds: Output<List<String>>

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
val vpcId: Output<String>

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

Functions

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