write Provisioned Throughput Settings
suspend fun writeProvisionedThroughputSettings(value: Output<GlobalTableWriteProvisionedThroughputSettingsArgs>)
suspend fun writeProvisionedThroughputSettings(value: GlobalTableWriteProvisionedThroughputSettingsArgs?)
Parameters
value
Defines write capacity settings for the global secondary index. You must specify a value for this property if the table's BillingMode
is PROVISIONED
. All replicas will have the same write capacity settings for this global secondary index.
suspend fun writeProvisionedThroughputSettings(argument: suspend GlobalTableWriteProvisionedThroughputSettingsArgsBuilder.() -> Unit)
Parameters
argument
Defines write capacity settings for the global secondary index. You must specify a value for this property if the table's BillingMode
is PROVISIONED
. All replicas will have the same write capacity settings for this global secondary index.