Skip to content

DynamoDB  >  Structures  >  TableAutoScalingDescription

TableAutoScalingDescription

Structure Class

TableAutoScalingDescription dataclass

Represents the auto scaling configuration for a global table.

Attributes

replicas class-attribute instance-attribute
replicas: list[ReplicaAutoScalingDescription] | None = None

Represents replicas of the global table.

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

The name of the table.

table_status class-attribute instance-attribute
table_status: TableStatus | None = None

The current state of the table:

  • CREATING - The table is being created.

  • UPDATING - The table is being updated.

  • DELETING - The table is being deleted.

  • ACTIVE - The table is ready for use.