QuotaPlanQuotaParameterArgs

data class QuotaPlanQuotaParameterArgs(val elasticReservedCu: Output<Int>, val maxCu: Output<Int>? = null, val minCu: Output<Int>? = null) : ConvertibleToJava<QuotaPlanQuotaParameterArgs>

Constructors

Link copied to clipboard
constructor(elasticReservedCu: Output<Int>, maxCu: Output<Int>? = null, minCu: Output<Int>? = null)

Properties

Link copied to clipboard
val elasticReservedCu: Output<Int>

The value of elastic Reserved CUs.

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

The value of maxCU in Reserved CUs.

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

The value of minCU in Reserved CUs.

Functions

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