ScalingPolicy constructor

ScalingPolicy({
  1. ComparisonOperatorType? comparisonOperator,
  2. int? evaluationPeriods,
  3. String? fleetId,
  4. MetricName? metricName,
  5. String? name,
  6. PolicyType? policyType,
  7. int? scalingAdjustment,
  8. ScalingAdjustmentType? scalingAdjustmentType,
  9. ScalingStatusType? status,
  10. TargetConfiguration? targetConfiguration,
  11. double? threshold,
})

Implementation

ScalingPolicy({
  this.comparisonOperator,
  this.evaluationPeriods,
  this.fleetId,
  this.metricName,
  this.name,
  this.policyType,
  this.scalingAdjustment,
  this.scalingAdjustmentType,
  this.status,
  this.targetConfiguration,
  this.threshold,
});