read On Demand Throughput Settings
suspend fun readOnDemandThroughputSettings(value: Output<GlobalTableReadOnDemandThroughputSettingsArgs>)
Parameters
value
Sets the read request settings for a replica global secondary index. You must specify this setting if you set the BillingMode
to PAY_PER_REQUEST
.
suspend fun readOnDemandThroughputSettings(argument: suspend GlobalTableReadOnDemandThroughputSettingsArgsBuilder.() -> Unit)
Parameters
argument
Sets the read request settings for a replica global secondary index. You must specify this setting if you set the BillingMode
to PAY_PER_REQUEST
.