Amazon IoT Events · Schema

IotEventsInputIdentifier

The identifier of the input routed to AWS IoT Events.

Event DetectionIoTState MachineAutomation

Properties

Name Type Description
inputName object
View JSON Schema on GitHub

JSON Schema

iot-events-iot-events-input-identifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-schema/iot-events-iot-events-input-identifier-schema.json",
  "title": "IotEventsInputIdentifier",
  "description": " The identifier of the input routed to AWS IoT Events. ",
  "type": "object",
  "properties": {
    "inputName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InputName"
        },
        {
          "description": " The name of the input routed to AWS IoT Events. "
        }
      ]
    }
  },
  "required": [
    "inputName"
  ]
}