Learn R Programming

paws.security.identity (version 0.1.10)

directoryservice_describe_regions: Provides information about the Regions that are configured for multi-Region replication

Description

Provides information about the Regions that are configured for multi-Region replication.

Usage

directoryservice_describe_regions(DirectoryId, RegionName, NextToken)

Arguments

DirectoryId

[required] The identifier of the directory.

RegionName

The name of the Region. For example, us-east-1.

NextToken

The DescribeRegionsResult.NextToken value from a previous call to DescribeRegions. Pass null if this is the first call.

Request syntax

svc$describe_regions(
  DirectoryId = "string",
  RegionName = "string",
  NextToken = "string"
)