Table Billing Mode Args
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
The provisioned read capacity and write capacity for the table. For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide .