Amazon IoT Events · JSON Structure

Iot Events Input Identifier Structure

The identifer of the input.

Type: object Properties: 2
Event DetectionIoTState MachineAutomation

InputIdentifier 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

iotEventsInputIdentifier iotSiteWiseInputIdentifier

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-identifier-structure.json",
  "name": "InputIdentifier",
  "description": " The identifer of the input. ",
  "type": "object",
  "properties": {
    "iotEventsInputIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IotEventsInputIdentifier"
        },
        {
          "description": " The identifier of the input routed to AWS IoT Events. "
        }
      ]
    },
    "iotSiteWiseInputIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IotSiteWiseInputIdentifier"
        },
        {
          "description": " The identifer of the input routed from AWS IoT SiteWise. "
        }
      ]
    }
  }
}