Table Warm Throughput Args
data class TableWarmThroughputArgs(val readUnitsPerSecond: Output<Int>? = null, val writeUnitsPerSecond: Output<Int>? = null) : ConvertibleToJava<TableWarmThroughputArgs>
Provides visibility into the number of read and write operations your table or secondary index can instantaneously support. The settings can be modified using the `UpdateTable`
operation to meet the throughput requirements of an upcoming peak event.