Table Capacity Specification
data class TableCapacitySpecification(val readCapacityUnits: Int? = null, val throughputMode: String? = null, val writeCapacityUnits: Int? = null)
Properties
Link copied to clipboard
The throughput capacity specified for read operations defined in read capacity units (RCUs).
Link copied to clipboard
The read/write throughput capacity mode for a table. Valid values: PAY_PER_REQUEST
, PROVISIONED
. The default value is PAY_PER_REQUEST
.
Link copied to clipboard
The throughput capacity specified for write operations defined in write capacity units (WCUs).