Skip to main content

global_tables_list_only

Lists global_tables in a region or regions, for all properties use global_tables

Overview

Nameglobal_tables_list_only
TypeResource
DescriptionVersion: None. Resource Type definition for AWS::DynamoDB::GlobalTable
Idaws.dynamodb.global_tables_list_only

Fields

NameDatatypeDescription
table_namestring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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