Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Sync Resource Status Structure

The sync resource status.

Type: object Properties: 2
3D VisualizationDigital TwinIndustrial IoTIoT

SyncResourceStatus is a JSON Structure definition published by Amazon IoT TwinMaker, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

state error

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-twinmaker/refs/heads/main/json-structure/iot-twinmaker-sync-resource-status-structure.json",
  "name": "SyncResourceStatus",
  "description": "The sync resource status.",
  "type": "object",
  "properties": {
    "state": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SyncResourceState"
        },
        {
          "description": "The sync resource status state."
        }
      ]
    },
    "error": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorDetails"
        },
        {
          "description": "The status error."
        }
      ]
    }
  }
}