StepScalingPolicyConfiguration constructor

StepScalingPolicyConfiguration({
  1. AdjustmentType? adjustmentType,
  2. int? cooldown,
  3. MetricAggregationType? metricAggregationType,
  4. int? minAdjustmentMagnitude,
  5. List<StepAdjustment>? stepAdjustments,
})

Implementation

StepScalingPolicyConfiguration({
  this.adjustmentType,
  this.cooldown,
  this.metricAggregationType,
  this.minAdjustmentMagnitude,
  this.stepAdjustments,
});