GlobalTableWarmThroughputArgs

data class GlobalTableWarmThroughputArgs(val readUnitsPerSecond: Output<Int>? = null, val writeUnitsPerSecond: Output<Int>? = null) : ConvertibleToJava<GlobalTableWarmThroughputArgs>

Constructors

Link copied to clipboard
constructor(readUnitsPerSecond: Output<Int>? = null, writeUnitsPerSecond: Output<Int>? = null)

Properties

Link copied to clipboard
val readUnitsPerSecond: Output<Int>? = null

Represents the number of read operations your base table can instantaneously support.

Link copied to clipboard
val writeUnitsPerSecond: Output<Int>? = null

Represents the number of write operations your base table can instantaneously support.

Functions

Link copied to clipboard
open override fun toJava(): GlobalTableWarmThroughputArgs