Table Provisioned Throughput Args
data class TableProvisionedThroughputArgs(val readCapacityUnits: Output<Int>, val writeCapacityUnits: Output<Int>) : ConvertibleToJava<TableProvisionedThroughputArgs>
Throughput for the specified table, which consists of values for ReadCapacityUnits and WriteCapacityUnits
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 .