ConditionThreshold
ConditionThreshold
the condition threshold used for raising or resolving alarms.
JSON Example
{
"comparison": "string",
"value": "string"
}
string
comparison
Optional
The comparison operation used to compare realtime metric information against the threshold value to determine appropriate action to take for an Alarm instance.
Possible values are :
GREATER_THAN,
LESS_THAN,
EQUALS,
NOT_EQUALS,
string
value
Optional
The specified threshold value to compare realtime metric information against to determine appropriate action to take for an Alarm instance.