Values.DirectoryVpcSettingsDescriptionSourceContains information about the directory.
type nonrec t = {vpcId : VpcId.t option;The identifier of the VPC that the directory is in.
*)subnetIds : SubnetIds.t option;The identifiers of the subnets for the directory servers.
*)securityGroupId : SecurityGroupId.t option;The domain controller security group identifier for the directory.
*)availabilityZones : AvailabilityZones.t option;The list of Availability Zones that the directory is in.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list | `String of VpcId.t ])
list ]