Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Sync Resource Summary Structure

The sync resource summary.

Type: object Properties: 5
3D VisualizationDigital TwinIndustrial IoTIoT

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

Properties

resourceType externalId resourceId status updateDateTime

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-summary-structure.json",
  "name": "SyncResourceSummary",
  "description": "The sync resource summary.",
  "type": "object",
  "properties": {
    "resourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SyncResourceType"
        },
        {
          "description": "The resource type."
        }
      ]
    },
    "externalId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Id"
        },
        {
          "description": "The external ID."
        }
      ]
    },
    "resourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Id"
        },
        {
          "description": "The resource ID."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SyncResourceStatus"
        },
        {
          "description": "The sync resource summary status."
        }
      ]
    },
    "updateDateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The update date and time."
        }
      ]
    }
  }
}