Module Values.DirectoryVpcSettingsSource

Contains VPC information for the CreateDirectory, CreateMicrosoftAD, or CreateHybridAD operation.

Sourcetype nonrec t = {
  1. vpcId : VpcId.t;
    (*

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

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : vpcId:VpcId.t -> subnetIds:SubnetIds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of SubnetId.t ] list | `String of VpcId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t