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
fun TableProvisionedThroughput(readCapacityUnits: Int, writeCapacityUnits: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard