Get Scaling Rules Rule Step Adjustment
data class GetScalingRulesRuleStepAdjustment(val metricIntervalLowerBound: String, val metricIntervalUpperBound: String, val scalingAdjustment: Int)
Properties
Link copied to clipboard
(Available since v1.250.0) The lower limit of each step adjustment. Valid values: -9.999999E18 to 9.999999E18.
Link copied to clipboard
(Available since v1.250.0) The upper limit of each step adjustment. Valid values: -9.999999E18 to 9.999999E18.
Link copied to clipboard
(Available since v1.250.0) The number of instances that are scaled in each step adjustment.