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