ServiceRegionVpcSettings

data class ServiceRegionVpcSettings(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.

Link copied to clipboard

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