mode

@JvmName(name = "kedburpphxonbvcb")
suspend fun mode(value: Output<TableMode>)
@JvmName(name = "qwirdxoaoddcehfk")
suspend fun mode(value: TableMode)

Parameters

value

The billing mode for the table:

  • On-demand mode - ON_DEMAND

  • Provisioned mode - PROVISIONED

If you choose PROVISIONED mode, then you also need to specify provisioned throughput (read and write capacity) for the table. Valid values: ON_DEMAND | PROVISIONED