Amazon IoT Events · JSON Structure

Iot Events Input Structure

Information about the input.

Type: object Properties: 2
Event DetectionIoTState MachineAutomation

Input 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

inputConfiguration inputDefinition

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-input-structure.json",
  "name": "Input",
  "description": "Information about the input.",
  "type": "object",
  "properties": {
    "inputConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputConfiguration"
        },
        {
          "description": "Information about the configuration of an input."
        }
      ]
    },
    "inputDefinition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputDefinition"
        },
        {
          "description": "The definition of the input."
        }
      ]
    }
  }
}