Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace MetricThresholdRule

An autoscale action is triggered when a performance metric exceeds a threshold.

Properties

durationInMinutes

durationInMinutes: number

This value is the minimum period of time the metric value exceeds the threshold value before the action is triggered. The value is in minutes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

operator

operator: Operator

The comparison operator to use. Options are greater than (GT) or less than (LT).

value

value: number

Integer non-negative value. 0 < value < 100 Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj