ReservedThroughput indicates the provisioned throughput capacity reserved for read/write value set for a table.

Data structure

message ReservedThroughput {
    required CapacityUnit capacity_unit = 1;
}
capacity_unit:
  • Type: CapacityUnit

  • The current reserved read/write throughput value.

Related operations

CreateTable

UpdateRow

DescribeTable