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 can only specify this setting if your resource uses the PAY_PER_REQUEST
BillingMode
.
suspend fun writeOnDemandThroughputSettings(argument: suspend GlobalTableWriteOnDemandThroughputSettingsArgsBuilder.() -> Unit)
Parameters
argument
Sets the write request settings for a global table or a global secondary index. You can only specify this setting if your resource uses the PAY_PER_REQUEST
BillingMode
.