provisionedThroughput

@JvmName(name = "qxtbulajqumxrlfs")
suspend fun provisionedThroughput(value: Output<ProvisionedThroughputArgs>)
@JvmName(name = "ljvayrhdpqqpcyct")
suspend fun provisionedThroughput(value: ProvisionedThroughputArgs?)

Parameters

value

Represents the provisioned throughput settings for the specified global secondary index. For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide. Throughput for the specified table, which consists of values for `ReadCapacityUnits` and `WriteCapacityUnits`. For more information about the contents of a provisioned throughput structure, see Table ProvisionedThroughput.


@JvmName(name = "geogtyhubdfnuvwr")
suspend fun provisionedThroughput(argument: suspend ProvisionedThroughputArgsBuilder.() -> Unit)

Parameters

argument

Represents the provisioned throughput settings for the specified global secondary index. For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide. Throughput for the specified table, which consists of values for `ReadCapacityUnits` and `WriteCapacityUnits`. For more information about the contents of a provisioned throughput structure, see Table ProvisionedThroughput.