Amazon IoT Events · JSON Structure

Iot Events On Exit Lifecycle Structure

When exiting this state, perform these actions if the specified condition is TRUE.

Type: object Properties: 1
Event DetectionIoTState MachineAutomation

OnExitLifecycle 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

events

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-on-exit-lifecycle-structure.json",
  "name": "OnExitLifecycle",
  "description": "When exiting this state, perform these <code>actions</code> if the specified <code>condition</code> is <code>TRUE</code>.",
  "type": "object",
  "properties": {
    "events": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Events"
        },
        {
          "description": "Specifies the <code>actions</code> that are performed when the state is exited and the <code>condition</code> is <code>TRUE</code>."
        }
      ]
    }
  }
}