Amazon IoT SiteWise · JSON Structure

Iot Sitewise Greengrass V2 Structure

Contains details for a gateway that runs on IoT Greengrass V2. To create a gateway that runs on IoT Greengrass V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your Greengrass device role must use the AWSIoTSiteWiseEdgeAccess policy. For more information, see Using IoT SiteWise at the edge in the IoT SiteWise User Guide.

Type: object Properties: 1 Required: 1
Asset ManagementIndustrial IoTIoTTime Series Data

GreengrassV2 is a JSON Structure definition published by Amazon IoT SiteWise, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

coreDeviceThingName

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-sitewise/refs/heads/main/json-structure/iot-sitewise-greengrass-v2-structure.json",
  "name": "GreengrassV2",
  "description": "Contains details for a gateway that runs on IoT Greengrass V2. To create a gateway that runs on IoT Greengrass V2, you must deploy the IoT SiteWise Edge component to your gateway device. Your <a href=\"https://docs.aws.amazon.com/greengrass/v2/developerguide/device-service-role.html\">Greengrass device role</a> must use the <code>AWSIoTSiteWiseEdgeAccess</code> policy. For more information, see <a href=\"https://docs.aws.amazon.com/iot-sitewise/latest/userguide/sw-gateways.html\">Using IoT SiteWise at the edge</a> in the <i>IoT SiteWise User Guide</i>.",
  "type": "object",
  "properties": {
    "coreDeviceThingName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CoreDeviceThingName"
        },
        {
          "description": "The name of the IoT thing for your IoT Greengrass V2 core device."
        }
      ]
    }
  },
  "required": [
    "coreDeviceThingName"
  ]
}