aws.dynamodb.list_global_tables
Example SQL Queries
SELECT * FROMaws.dynamodb.list_global_tables;Description
Lists all global tables that have a replica in the specified Region.
This documentation is for version 2017.11.29 (Legacy) of global tables, which should be avoided for new global tables. Customers should use Global Tables version 2019.11.21 (Current) when possible, because it provides greater flexibility, higher efficiency, and consumes less write capacity than 2017.11.29 (Legacy).
To determine which version you're using, see Determining the global table version you are using. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see Upgrading global tables.
Table Definition
| Column Name | Column Data Type |
|---|---|
| exclusive_start_global_table_name Input Column The first global table name that this operation will evaluate. | VARCHAR |
| limit Input Column 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. | BIGINT |
| region_name Input Column Lists the global tables in a specific Region. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| global_tables List of global table names. | STRUCT( |
Show child fields
| |
| last_evaluated_global_table_name Last evaluated global table name. | VARCHAR |