Values.AddRegionRequestSourceAdds two domain controllers in the specified Region for the specified directory.
type nonrec t = {directoryId : DirectoryId.t;The identifier of the directory to which you want to add Region replication.
*)regionName : RegionName.t;The name of the Region where you want to add domain controllers for replication. For example, us-east-1.
*)vPCSettings : DirectoryVpcSettings.t;}val make :
directoryId:DirectoryId.t ->
regionName:RegionName.t ->
vPCSettings:DirectoryVpcSettings.t ->
unit ->
tval 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 ]