Table / Attribute / on_demand_throughput
on_demand_throughput#
- DynamoDB.Table.on_demand_throughput#
- (dict) – - The maximum number of read and write units for the specified on-demand table. If you use this parameter, you must specify - MaxReadRequestUnits,- MaxWriteRequestUnits, or both.- MaxReadRequestUnits (integer) – - Maximum number of read request units for the specified table. - To specify a maximum - OnDemandThroughputon your table, set the value of- MaxReadRequestUnitsas greater than or equal to 1. To remove the maximum- OnDemandThroughputthat is currently set on your table, set the value of- MaxReadRequestUnitsto -1.
- MaxWriteRequestUnits (integer) – - Maximum number of write request units for the specified table. - To specify a maximum - OnDemandThroughputon your table, set the value of- MaxWriteRequestUnitsas greater than or equal to 1. To remove the maximum- OnDemandThroughputthat is currently set on your table, set the value of- MaxWriteRequestUnitsto -1.