Scaling Policy Step Scaling Policy Configuration
data class ScalingPolicyStepScalingPolicyConfiguration(val adjustmentType: String? = null, val cooldown: Int? = null, val metricAggregationType: String? = null, val minAdjustmentMagnitude: Int? = null, val stepAdjustments: List<ScalingPolicyStepAdjustment>? = null)
A step scaling policy.
Properties
Link copied to clipboard
Specifies how the ScalingAdjustment value in a StepAdjustment is interpreted.
Link copied to clipboard
The aggregation type for the CloudWatch metrics. Valid values are Minimum, Maximum, and Average. If the aggregation type is null, the value is treated as Average
Link copied to clipboard
The minimum value to scale by when the adjustment type is PercentChangeInCapacity.
Link copied to clipboard
A set of adjustments that enable you to scale based on the size of the alarm breach.