class Aws::IoTEvents::Types::AlarmRule
Defines when your alarm is invoked.
@note When making an API call, you may pass AlarmRule
data as a hash: { simple_rule: { input_property: "InputProperty", # required comparison_operator: "GREATER", # required, accepts GREATER, GREATER_OR_EQUAL, LESS, LESS_OR_EQUAL, EQUAL, NOT_EQUAL threshold: "Threshold", # required }, }
@!attribute [rw] simple_rule
A rule that compares an input property value to a threshold value with a comparison operator. @return [Types::SimpleRule]
Constants
- SENSITIVE