Learn R Programming

paws.database (version 0.1.5)

dynamodb_list_global_tables: Lists all global tables that have a replica in the specified Region

Description

Lists all global tables that have a replica in the specified Region.

Usage

dynamodb_list_global_tables(ExclusiveStartGlobalTableName, Limit,
  RegionName)

Arguments

ExclusiveStartGlobalTableName

The first global table name that this operation will evaluate.

Limit

The maximum number of table names to return.

RegionName

Lists the global tables in a specific Region.

Request syntax

svc$list_global_tables(
  ExclusiveStartGlobalTableName = "string",
  Limit = 123,
  RegionName = "string"
)