TableBillingModeArgs

data class TableBillingModeArgs(val mode: Output<TableMode>, val provisionedThroughput: Output<TableProvisionedThroughputArgs>? = null) : ConvertibleToJava<TableBillingModeArgs>

Constructors

Link copied to clipboard
constructor(mode: Output<TableMode>, provisionedThroughput: Output<TableProvisionedThroughputArgs>? = null)

Properties

Link copied to clipboard
val mode: Output<TableMode>

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 .

Functions

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