StepScalingPolicyConfiguration constructor
StepScalingPolicyConfiguration({
- AdjustmentType? adjustmentType,
- int? cooldown,
- MetricAggregationType? metricAggregationType,
- int? minAdjustmentMagnitude,
- List<
StepAdjustment> ? stepAdjustments,
Implementation
StepScalingPolicyConfiguration({
this.adjustmentType,
this.cooldown,
this.metricAggregationType,
this.minAdjustmentMagnitude,
this.stepAdjustments,
});