Amazon IoT Events · JSON Structure

Iot Events Iot Site Wise Input Identifier Structure

The identifer of the input routed from AWS IoT SiteWise.

Type: object Properties: 1
Event DetectionIoTState MachineAutomation

IotSiteWiseInputIdentifier 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

iotSiteWiseAssetModelPropertyIdentifier

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-iot-site-wise-input-identifier-structure.json",
  "name": "IotSiteWiseInputIdentifier",
  "description": " The identifer of the input routed from AWS IoT SiteWise. ",
  "type": "object",
  "properties": {
    "iotSiteWiseAssetModelPropertyIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IotSiteWiseAssetModelPropertyIdentifier"
        },
        {
          "description": " The identifier of the AWS IoT SiteWise asset model property. "
        }
      ]
    }
  }
}