v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1453442446.0 KB

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

This operation only applies to Version 2017.11.29 (Legacy) of global tables. We recommend using Version 2019.11.21 (Current) when creating new global tables, as it provides greater flexibility, higher efficiency and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you are using, see Determining the version. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see Updating global tables.

post/#X-Amz-Target=DynamoDB_20120810.ListGlobalTables

Headers

X-Amz-Target'DynamoDB_20120810.ListGlobalTables' required

Request body

ExclusiveStartGlobalTableNamestring

The first global table name that this operation will evaluate.

Limitinteger
<p>The maximum number of table names to return, if the parameter is not specified DynamoDB defaults to 100.</p> <p>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 <code>LastEvaluatedGlobalTableName</code> to apply in a subsequent operation to the <code>ExclusiveStartGlobalTableName</code> parameter.</p>
RegionNamestring

Lists the global tables in a specific Region.

Response

Success

LastEvaluatedGlobalTableNamestring

Last evaluated global table name.