Values.DirectoryVpcSettingsSourceContains VPC information for the CreateDirectory, CreateMicrosoftAD, or CreateHybridAD operation.
type nonrec t = {vpcId : VpcId.t;The identifier of the VPC in which to create the directory.
*)subnetIds : SubnetIds.t;The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. Directory Service creates a directory server and a DNS server in each of these subnets.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list | `String of VpcId.t ])
list ]