Table On Demand Throughput
data class TableOnDemandThroughput(val maxReadRequestUnits: Int? = null, val maxWriteRequestUnits: Int? = null)
Properties
Link copied to clipboard
Maximum number of read request units for the specified table. To specify set the value greater than or equal to 1. To remove set the value to -1.
Link copied to clipboard
Maximum number of write request units for the specified table. To specify set the value greater than or equal to 1. To remove set the value to -1.