Table Billing Mode
data class TableBillingMode(val mode: TableMode, val provisionedThroughput: TableProvisionedThroughput? = null)
Properties
Link copied to clipboard
The provisioned read capacity and write capacity for the table. For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide .