QuotaPlanQuotaParameter

data class QuotaPlanQuotaParameter(val elasticReservedCu: Int, val maxCu: Int? = null, val minCu: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of elastic Reserved CUs.

Link copied to clipboard
val maxCu: Int? = null

The value of maxCU in Reserved CUs.

Link copied to clipboard
val minCu: Int? = null

The value of minCU in Reserved CUs.