Class ProvisionedThroughputSetting (0.20.1)

ProvisionedThroughputSetting(value)

Setting for provisioned throughput.

Enums

Name Description
PROVISIONED_THROUGHPUT_SETTING_UNSPECIFIED Default value. If the user has remaining provisioned throughput, provisioned throughput will be used. Otherwise, pay as you go will be used.
PROVISIONED_THROUGHPUT_ONLY Only use provisioned throughput. If the user has no remaining provisioned throughput, an error will be returned.
PAY_AS_YOU_GO_ONLY Disables provisioned throughput.