Table Capacity Specification Args
data class TableCapacitySpecificationArgs(val readCapacityUnits: Output<Int>? = null, val throughputMode: Output<String>? = null, val writeCapacityUnits: Output<Int>? = null) : ConvertibleToJava<TableCapacitySpecificationArgs>
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).