IoT Events Alarm Model

AWS IoT Events Alarm Model is a resource that defines and manages alarm conditions for IoT applications. It allows you to monitor data from devices or processes, evaluate it against defined rules, and trigger actions when thresholds are met. This helps automate responses to critical events, such as sending notifications, updating device states, or invoking other AWS services.

aws.iotevents_alarm_model

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
alarm_capabilitiescorejsonContains the configuration information of alarm state changes.
alarm_event_actionscorejsonContains information about one or more alarm actions.
alarm_model_arncorestringThe ARN of the alarm model. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.
alarm_model_descriptioncorestringThe description of the alarm model.
alarm_model_namecorestringThe name of the alarm model.
alarm_model_versioncorestringThe version of the alarm model.
alarm_notificationcorejsonContains information about one or more notification actions.
alarm_rulecorejsonDefines when your alarm is invoked.
creation_timecoretimestampThe time the alarm model was created, in the Unix epoch format.
keycorestringAn input attribute used as a key to create an alarm. AWS IoT Events routes inputs associated with this key to the alarm.
last_update_timecoretimestampThe time the alarm model was last updated, in the Unix epoch format.
role_arncorestringThe ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.
severitycoreint64A non-negative integer that reflects the severity level of the alarm.
statuscorestringThe status of the alarm model. The status can be one of the following values: ACTIVE - The alarm model is active and it's ready to evaluate data. ACTIVATING - AWS IoT Events is activating your alarm model. Activating an alarm model can take up to a few minutes. INACTIVE - The alarm model is inactive, so it isn't ready to evaluate data. Check your alarm model information and update the alarm model. FAILED - You couldn't create or update the alarm model. Check your alarm model information and try again.
status_messagecorestringContains information about the status of the alarm model.
tagscorehstore