Amazon IoT Events · JSON Structure

Iot Events Alarm Event Actions Structure

Contains information about one or more alarm actions.

Type: object Properties: 1
Event DetectionIoTState MachineAutomation

AlarmEventActions 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

alarmActions

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-event-actions-structure.json",
  "name": "AlarmEventActions",
  "description": "Contains information about one or more alarm actions.",
  "type": "object",
  "properties": {
    "alarmActions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AlarmActions"
        },
        {
          "description": "Specifies one or more supported actions to receive notifications when the alarm state changes."
        }
      ]
    }
  }
}