Add Region
directoryservice_add_region | R Documentation |
Adds two domain controllers in the specified Region for the specified directory¶
Description¶
Adds two domain controllers in the specified Region for the specified directory.
Usage¶
directoryservice_add_region(DirectoryId, RegionName, VPCSettings)
Arguments¶
DirectoryId |
[required] The identifier of the directory to which you want to add Region replication. |
RegionName |
[required] The name of the Region where you want to add domain
controllers for replication. For example,
|
VPCSettings |
[required] |
Value¶
An empty list.
Request syntax¶
svc$add_region(
DirectoryId = "string",
RegionName = "string",
VPCSettings = list(
VpcId = "string",
SubnetIds = list(
"string"
)
)
)