targetTrackingConfigurations property

List<TargetTrackingConfiguration> targetTrackingConfigurations
final

The structure that defines new target tracking configurations (up to 10). Each of these structures includes a specific scaling metric and a target value for the metric, along with various parameters to use with dynamic scaling.

With predictive scaling and dynamic scaling, the resource scales based on the target tracking configuration that provides the largest capacity for both scale in and scale out.

Condition: The scaling metric must be unique across target tracking configurations.

Implementation

final List<TargetTrackingConfiguration> targetTrackingConfigurations;