Skip to content

DynamoDB  >  Structures  >  TableWarmThroughputDescription

TableWarmThroughputDescription

Structure Class

TableWarmThroughputDescription dataclass

Represents the warm throughput value (in read units per second and write units per second) of the table. Warm throughput is applicable for DynamoDB Standard-IA tables and specifies the minimum provisioned capacity maintained for immediate data access.

Attributes

read_units_per_second class-attribute instance-attribute
read_units_per_second: int | None = None

Represents the base table's warm throughput value in read units per second.

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

Represents warm throughput value of the base table.

write_units_per_second class-attribute instance-attribute
write_units_per_second: int | None = None

Represents the base table's warm throughput value in write units per second.