Amazon IoT Events · JSON Structure

Iot Events Input Summary Structure

Information about the input.

Type: object Properties: 6
Event DetectionIoTState MachineAutomation

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

Properties

inputName inputDescription inputArn creationTime lastUpdateTime status

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-summary-structure.json",
  "name": "InputSummary",
  "description": "Information about the input.",
  "type": "object",
  "properties": {
    "inputName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputName"
        },
        {
          "description": "The name of the input."
        }
      ]
    },
    "inputDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputDescription"
        },
        {
          "description": "A brief description of the input."
        }
      ]
    },
    "inputArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputArn"
        },
        {
          "description": "The ARN of the input."
        }
      ]
    },
    "creationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time the input was created."
        }
      ]
    },
    "lastUpdateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The last time the input was updated."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputStatus"
        },
        {
          "description": "The status of the input."
        }
      ]
    }
  }
}