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
arnstring
stream_arnstring
attribute_definitionsarray
billing_modestring
global_secondary_indexesarray
key_schemaarray
local_secondary_indexesarray
write_provisioned_throughput_settingsobject
write_on_demand_throughput_settingsobject
replicasarray
sse_specificationobjectRepresents the settings used to enable server-side encryption.
stream_specificationobjectRepresents the DynamoDB Streams configuration for a table in DynamoDB.
table_namestring
table_idstring
time_to_live_specificationobjectRepresents the settings used to enable or disable Time to Live (TTL) for the specified table.
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