AverageLoadScalingTrigger
Describes the average load trigger used for auto scaling.
Properties
Name | Type | Required |
---|---|---|
metric |
AutoScalingMetric | Yes |
lowerLoadThreshold |
number (double) | Yes |
upperLoadThreshold |
number (double) | Yes |
scaleIntervalInSeconds |
integer | Yes |
metric
Type: AutoScalingMetric
Required: Yes
Description of the metric that is used for scaling.
lowerLoadThreshold
Type: number (double)
Required: Yes
Lower load threshold (if average load is below this threshold, service will scale down).
upperLoadThreshold
Type: number (double)
Required: Yes
Upper load threshold (if average load is above this threshold, service will scale up).
scaleIntervalInSeconds
Type: integer
Required: Yes
InclusiveMinimum: 60
Scale interval that indicates how often will this trigger be checked.