TargetTrackingConfiguration
Represents a target tracking scaling policy configuration to use with Amazon EC2 Auto Scaling.
Contents
- CustomizedMetricSpecification
-
A customized metric. You must specify either a predefined metric or a customized metric.
Type: CustomizedMetricSpecification object
Required: No
- DisableScaleIn
-
Indicates whether scaling in by the target tracking scaling policy is disabled. If scaling in is disabled, the target tracking scaling policy doesn't remove instances from the Auto Scaling group. Otherwise, the target tracking scaling policy can remove instances from the Auto Scaling group. The default is
false
.Type: Boolean
Required: No
- PredefinedMetricSpecification
-
A predefined metric. You must specify either a predefined metric or a customized metric.
Type: PredefinedMetricSpecification object
Required: No
- TargetValue
-
The target value for the metric.
Type: Double
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: