DynamoDB Global Table

DynamoDB Global Table is a fully managed, multi-region, and multi-active database resource in AWS. It automatically replicates your DynamoDB tables across selected AWS regions, enabling low-latency data access and high availability for globally distributed applications. This resource helps ensure disaster recovery, fault tolerance, and seamless scalability without the need for complex replication setups.

aws.dynamodb_global_table

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
creation_date_timecoretimestampThe creation time of the global table.
global_table_arncorestringThe unique identifier of the global table.
global_table_namecorestringThe global table name.
global_table_statuscorestringThe current state of the global table: CREATING - The global table is being created. UPDATING - The global table is being updated. DELETING - The global table is being deleted. ACTIVE - The global table is ready for use.
replication_groupcorejsonThe Regions where the global table has replicas.
tagscorehstore