TableBillingMode

data class TableBillingMode(val mode: TableMode, val provisionedThroughput: TableProvisionedThroughput? = null)

Constructors

Link copied to clipboard
constructor(mode: TableMode, provisionedThroughput: TableProvisionedThroughput? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The billing mode for the table:

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 .