global_tables_list_only
Lists global_tables in a region or regions, for all properties use global_tables
Overview
| Name | global_tables_list_only |
| Type | Resource |
| Description | Version: None. Resource Type definition for AWS::DynamoDB::GlobalTable |
| Id | aws.dynamodb.global_tables_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
table_name | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all global_tables in a region.
SELECT
region,
table_name
FROM aws.dynamodb.global_tables_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the global_tables_list_only resource, see global_tables