ConditionThreshold

ConditionThreshold
ConditionThreshold

Defines a threshold condition that determines when an alarm should be raised or resolved. Consists of a comparison operator and a value to compare against real-time metrics.

JSON Example
{
    "comparison": "string",
    "value": "string"
}
string
comparison
Optional

The comparison operator used to evaluate metric values against the threshold. This determines when an alarm should be raised or resolved based on the relationship between the current metric value and the threshold value.

Possible values are : GREATER_THAN, LESS_THAN, EQUALS, NOT_EQUALS,
string
value
Optional

The threshold value that metric values are compared against. When the comparison between a metric value and this threshold evaluates to true, the appropriate alarm action (raise or resolve) is triggered.