TableProvisionedThroughputArgs

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

Constructors

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

Properties

Link copied to clipboard
val readCapacityUnits: Output<Int>

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
val writeCapacityUnits: Output<Int>

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 .

Functions

Link copied to clipboard
open override fun toJava(): TableProvisionedThroughputArgs