ApplicationScalingRuleScalingRuleMetricScaleUpRules

data class ApplicationScalingRuleScalingRuleMetricScaleUpRules(val disabled: Boolean? = null, val stabilizationWindowSeconds: Int? = null, val step: Int? = null)

Constructors

constructor(disabled: Boolean? = null, stabilizationWindowSeconds: Int? = null, step: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val disabled: Boolean? = null

Whether shrinkage is prohibited.

Link copied to clipboard

Cooling time for expansion or contraction. Valid values: 0 to 3600. Unit: seconds. The default is 0 seconds.

Link copied to clipboard
val step: Int? = null

Elastic expansion or contraction step size. the maximum number of instances to be scaled in per unit time.