Provides information about the Regions that are configured for multi-Region replication.
See https://www.paws-r-sdk.com/docs/directoryservice_describe_regions/ for full documentation.
directoryservice_describe_regions(
DirectoryId,
RegionName = NULL,
NextToken = NULL
)
[required] The identifier of the directory.
The name of the Region. For example, us-east-1
.
The DescribeRegionsResult.NextToken
value from a previous call to
describe_regions
. Pass null if
this is the first call.