TableProvisionedThroughput

data class TableProvisionedThroughput(val readCapacityUnits: Int, val writeCapacityUnits: Int)

Throughput for the specified table, which consists of values for ReadCapacityUnits and WriteCapacityUnits

Constructors

Link copied to clipboard
constructor(readCapacityUnits: Int, writeCapacityUnits: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The amount of read capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .

Link copied to clipboard

The amount of write capacity that's provisioned for the table. For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .