Learn R Programming

paws.database (version 0.7.0)

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.

See https://www.paws-r-sdk.com/docs/dynamodb_list_global_tables/ for full documentation.

Usage

dynamodb_list_global_tables(
  ExclusiveStartGlobalTableName = NULL,
  Limit = NULL,
  RegionName = NULL
)

Arguments

ExclusiveStartGlobalTableName

The first global table name that this operation will evaluate.

Limit

The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.

If the number of global tables DynamoDB finds reaches this limit, it stops the operation and returns the table names collected up to that point, with a table name in the LastEvaluatedGlobalTableName to apply in a subsequent operation to the ExclusiveStartGlobalTableName parameter.

RegionName

Lists the global tables in a specific Region.