TableProvisionedThroughput

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

Throughput for the specified table, which consists of values for `ReadCapacityUnits` and `WriteCapacityUnits`. For more information about the contents of a provisioned throughput structure, see Table ProvisionedThroughput.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a `ThrottlingException`. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide. If read/write capacity mode is `PAY_PER_REQUEST` the value is set to 0.

Link copied to clipboard

The maximum number of writes consumed per second before DynamoDB returns a `ThrottlingException`. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide. If read/write capacity mode is `PAY_PER_REQUEST` the value is set to 0.