Adds two domain controllers in the specified Region for the specified directory.
directoryservice_add_region(DirectoryId, RegionName, VPCSettings)
[required] The identifier of the directory to which you want to add Region replication.
[required] The name of the Region where you want to add domain controllers for
replication. For example, us-east-1
.
[required]
An empty list.
svc$add_region( DirectoryId = "string", RegionName = "string", VPCSettings = list( VpcId = "string", SubnetIds = list( "string" ) ) )