Table Global Secondary Index On Demand Throughput Args
data class TableGlobalSecondaryIndexOnDemandThroughputArgs(val maxReadRequestUnits: Output<Int>? = null, val maxWriteRequestUnits: Output<Int>? = null) : ConvertibleToJava<TableGlobalSecondaryIndexOnDemandThroughputArgs>
Properties
Link copied to clipboard
Maximum number of read request units for the specified table. To specify set the value greater than or equal to 1. To remove set the value to -1.
Link copied to clipboard
Maximum number of write request units for the specified table. To specify set the value greater than or equal to 1. To remove set the value to -1.