TableGlobalSecondaryIndexOnDemandThroughputArgs

data class TableGlobalSecondaryIndexOnDemandThroughputArgs(val maxReadRequestUnits: Output<Int>? = null, val maxWriteRequestUnits: Output<Int>? = null) : ConvertibleToJava<TableGlobalSecondaryIndexOnDemandThroughputArgs>

Constructors

constructor(maxReadRequestUnits: Output<Int>? = null, maxWriteRequestUnits: Output<Int>? = null)

Properties

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

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
val maxWriteRequestUnits: Output<Int>? = null

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.

Functions

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