TargetTrackingConfiguration constructor
TargetTrackingConfiguration({
- required double targetValue,
- CustomizedScalingMetricSpecification? customizedScalingMetricSpecification,
- bool? disableScaleIn,
- int? estimatedInstanceWarmup,
- PredefinedScalingMetricSpecification? predefinedScalingMetricSpecification,
- int? scaleInCooldown,
- int? scaleOutCooldown,
Implementation
TargetTrackingConfiguration({
required this.targetValue,
this.customizedScalingMetricSpecification,
this.disableScaleIn,
this.estimatedInstanceWarmup,
this.predefinedScalingMetricSpecification,
this.scaleInCooldown,
this.scaleOutCooldown,
});