Resource

Contains an IoT SiteWise Monitor resource ID for a portal or project.

Asset ManagementIndustrial IoTIoTTime Series Data

Properties

Name Type Description
portal object
project object
View JSON Schema on GitHub

JSON Schema

iot-sitewise-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-resource-schema.json",
  "title": "Resource",
  "description": "Contains an IoT SiteWise Monitor resource ID for a portal or project.",
  "type": "object",
  "properties": {
    "portal": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PortalResource"
        },
        {
          "description": "A portal resource."
        }
      ]
    },
    "project": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ProjectResource"
        },
        {
          "description": "A project resource."
        }
      ]
    }
  }
}