write On Demand Throughput Settings
suspend fun writeOnDemandThroughputSettings(value: Output<GlobalTableWriteOnDemandThroughputSettingsArgs>)
Parameters
value
Sets the write request settings for a global table or a global secondary index. You must specify this setting if you set the BillingMode
to PAY_PER_REQUEST
.
suspend fun writeOnDemandThroughputSettings(argument: suspend GlobalTableWriteOnDemandThroughputSettingsArgsBuilder.() -> Unit)
Parameters
argument
Sets the write request settings for a global table or a global secondary index. You must specify this setting if you set the BillingMode
to PAY_PER_REQUEST
.