QuotaPlanQuotaSubQuotaInfoListParameterArgs

data class QuotaPlanQuotaSubQuotaInfoListParameterArgs(val elasticReservedCu: Output<Int>, val maxCu: Output<Int>, val minCu: Output<Int>) : ConvertibleToJava<QuotaPlanQuotaSubQuotaInfoListParameterArgs>

Constructors

constructor(elasticReservedCu: Output<Int>, maxCu: Output<Int>, minCu: Output<Int>)

Properties

Link copied to clipboard
val elasticReservedCu: Output<Int>

The value of elastic Reserved CUs.

Link copied to clipboard
val maxCu: Output<Int>

The value of maxCU in Reserved CUs.

Link copied to clipboard
val minCu: Output<Int>

The value of minCU in Reserved CUs.

Functions

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