ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs

data class ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs(val disabled: Output<Boolean>? = null, val stabilizationWindowSeconds: Output<Int>? = null, val step: Output<Int>? = null) : ConvertibleToJava<ApplicationScalingRuleScalingRuleMetricScaleUpRulesArgs>

Constructors

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

Properties

Link copied to clipboard
val disabled: Output<Boolean>? = null
Link copied to clipboard
val stabilizationWindowSeconds: Output<Int>? = null
Link copied to clipboard
val step: Output<Int>? = null

Functions

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