billingMode

@JvmName(name = "xftirqrriedwxxkh")
suspend fun billingMode(value: Output<TableBillingModeArgs>)
@JvmName(name = "ucsnsvcadsgmlyex")
suspend fun billingMode(value: TableBillingModeArgs?)

Parameters

value

The billing mode for the table, which determines how you'll be charged for reads and writes:

  • On-demand mode (default) - You pay based on the actual reads and writes your application performs.

  • Provisioned mode - Lets you specify the number of reads and writes per second that you need for your application. If you don't specify a value for this property, then the table will use on-demand mode.


@JvmName(name = "ukrvmtqxmcekysun")
suspend fun billingMode(argument: suspend TableBillingModeArgsBuilder.() -> Unit)

Parameters

argument

The billing mode for the table, which determines how you'll be charged for reads and writes:

  • On-demand mode (default) - You pay based on the actual reads and writes your application performs.

  • Provisioned mode - Lets you specify the number of reads and writes per second that you need for your application. If you don't specify a value for this property, then the table will use on-demand mode.