Skip to content

DynamoDB  >  Structures  >  GlobalTableDescription

GlobalTableDescription

Structure Class

GlobalTableDescription dataclass

Contains details about the global table.

Attributes

creation_date_time class-attribute instance-attribute
creation_date_time: datetime | None = None

The creation time of the global table.

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

The unique identifier of the global table.

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

The global table name.

global_table_status class-attribute instance-attribute
global_table_status: GlobalTableStatus | None = None

The 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_group class-attribute instance-attribute
replication_group: list[ReplicaDescription] | None = None

The Regions where the global table has replicas.