Module Values.AddRegionRequestSource

Adds two domain controllers in the specified Region for the specified directory.

Sourcetype nonrec t = {
  1. directoryId : DirectoryId.t;
    (*

    The identifier of the directory to which you want to add Region replication.

    *)
  2. regionName : RegionName.t;
    (*

    The name of the Region where you want to add domain controllers for replication. For example, us-east-1.

    *)
  3. vPCSettings : DirectoryVpcSettings.t;
}
Sourceval context_ : string
Sourceval make : directoryId:DirectoryId.t -> regionName:RegionName.t -> vPCSettings:DirectoryVpcSettings.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DirectoryId.t | `Structure of (string * [> `List of [> `String of SubnetId.t ] list | `String of VpcId.t ]) list ]) 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