Scaling Rule Args
data class ScalingRuleArgs(val adjustmentType: Output<String>? = null, val adjustmentValue: Output<Int>? = null, val cooldown: Output<Int>? = null, val disableScaleIn: Output<Boolean>? = null, val estimatedInstanceWarmup: Output<Int>? = null, val metricName: Output<String>? = null, val scalingGroupId: Output<String>? = null, val scalingRuleName: Output<String>? = null, val scalingRuleType: Output<String>? = null, val stepAdjustments: Output<List<ScalingRuleStepAdjustmentArgs>>? = null, val targetValue: Output<Double>? = null) : ConvertibleToJava<ScalingRuleArgs>
Import
ESS scaling rule can be imported using the id, e.g.
$ pulumi import alicloud:ess/scalingRule:ScalingRule example abc123456
Content copied to clipboard
Constructors
Link copied to clipboard
fun ScalingRuleArgs(adjustmentType: Output<String>? = null, adjustmentValue: Output<Int>? = null, cooldown: Output<Int>? = null, disableScaleIn: Output<Boolean>? = null, estimatedInstanceWarmup: Output<Int>? = null, metricName: Output<String>? = null, scalingGroupId: Output<String>? = null, scalingRuleName: Output<String>? = null, scalingRuleType: Output<String>? = null, stepAdjustments: Output<List<ScalingRuleStepAdjustmentArgs>>? = null, targetValue: Output<Double>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Name shown for the scaling rule, which must contain 2-64 characters (English or Chinese), starting with numbers, English letters or Chinese characters, and can contain number, underscores _
, hypens -
, and decimal point .
. If this parameter value is not specified, the default value is scaling rule id.
Link copied to clipboard