billingMode

val billingMode: Output<String>?

Specify how you are charged for read and write throughput and how you manage capacity. Valid values include:

  • `PROVISIONED` - We recommend using `PROVISIONED` for predictable workloads. `PROVISIONED` sets the billing mode to Provisioned Mode.

  • `PAY_PER_REQUEST` - We recommend using `PAY_PER_REQUEST` for unpredictable workloads. `PAY_PER_REQUEST` sets the billing mode to On-Demand Mode. If not specified, the default is `PROVISIONED`.