Skip to content

DynamoDB  >  Structures  >  GlobalTable

GlobalTable

Structure Class

GlobalTable dataclass

Represents the properties of a global table.

Attributes

global_table_name class-attribute instance-attribute
global_table_name: str | None = None

The global table name.

replication_group class-attribute instance-attribute
replication_group: list[Replica] | None = None

The Regions where the global table has replicas.