ScalingPolicy constructor
ScalingPolicy({
- ComparisonOperatorType? comparisonOperator,
- int? evaluationPeriods,
- String? fleetId,
- MetricName? metricName,
- String? name,
- PolicyType? policyType,
- int? scalingAdjustment,
- ScalingAdjustmentType? scalingAdjustmentType,
- ScalingStatusType? status,
- TargetConfiguration? targetConfiguration,
- 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,
});