TableOnDemandThroughput

data class TableOnDemandThroughput(val maxReadRequestUnits: Int? = null, val maxWriteRequestUnits: Int? = null)

Constructors

Link copied to clipboard
constructor(maxReadRequestUnits: Int? = null, maxWriteRequestUnits: Int? = null)

Types

Link copied to clipboard
object Companion

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.