Amazon IoT Events · JSON Structure

Iot Events Alarm Notification Structure

Contains information about one or more notification actions.

Type: object Properties: 1
Event DetectionIoTState MachineAutomation

AlarmNotification is a JSON Structure definition published by Amazon IoT Events, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

notificationActions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-structure/iot-events-alarm-notification-structure.json",
  "name": "AlarmNotification",
  "description": "Contains information about one or more notification actions.",
  "type": "object",
  "properties": {
    "notificationActions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NotificationActions"
        },
        {
          "description": "Contains the notification settings of an alarm model. The settings apply to all alarms that were created based on this alarm model."
        }
      ]
    }
  }
}