Amazon IoT Events · JSON Structure

Iot Events Alarm Capabilities Structure

Contains the configuration information of alarm state changes.

Type: object Properties: 2
Event DetectionIoTState MachineAutomation

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

Properties

initializationConfiguration acknowledgeFlow

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-capabilities-structure.json",
  "name": "AlarmCapabilities",
  "description": "Contains the configuration information of alarm state changes.",
  "type": "object",
  "properties": {
    "initializationConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InitializationConfiguration"
        },
        {
          "description": "Specifies the default alarm state. The configuration applies to all alarms that were created based on this alarm model."
        }
      ]
    },
    "acknowledgeFlow": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AcknowledgeFlow"
        },
        {
          "description": "Specifies whether to get notified for alarm state changes."
        }
      ]
    }
  }
}