Amazon IoT Events · JSON Structure

Iot Events Acknowledge Flow Structure

Specifies whether to get notified for alarm state changes.

Type: object Properties: 1 Required: 1
Event DetectionIoTState MachineAutomation

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

Properties

enabled

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-acknowledge-flow-structure.json",
  "name": "AcknowledgeFlow",
  "description": "Specifies whether to get notified for alarm state changes.",
  "type": "object",
  "properties": {
    "enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AcknowledgeFlowEnabled"
        },
        {
          "description": "The value must be <code>TRUE</code> or <code>FALSE</code>. If <code>TRUE</code>, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return to <code>NORMAL</code>. If <code>FALSE</code>, you won't receive notifications. The alarm automatically changes to the <code>NORMAL</code> state when the input property value returns to the specified range."
        }
      ]
    }
  },
  "required": [
    "enabled"
  ]
}