TableWarmThroughput

data class TableWarmThroughput(val readUnitsPerSecond: Int? = null, val writeUnitsPerSecond: Int? = null)

Provides visibility into the number of read and write operations your table or secondary index can instantaneously support. The settings can be modified using the `UpdateTable` operation to meet the throughput requirements of an upcoming peak event.

Constructors

Link copied to clipboard
constructor(readUnitsPerSecond: Int? = null, writeUnitsPerSecond: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val readUnitsPerSecond: Int? = null

Represents the number of read operations your base table can instantaneously support.

Link copied to clipboard

Represents the number of write operations your base table can instantaneously support.