Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Sync Resource Filter Structure

The sync resource filter.

Type: object Properties: 4
3D VisualizationDigital TwinIndustrial IoTIoT

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

Properties

state resourceType resourceId externalId

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-filter-structure.json",
  "name": "SyncResourceFilter",
  "description": "The sync resource filter.",
  "type": "object",
  "properties": {
    "state": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SyncResourceState"
        },
        {
          "description": "The sync resource filter's state."
        }
      ]
    },
    "resourceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SyncResourceType"
        },
        {
          "description": "The sync resource filter resource type"
        }
      ]
    },
    "resourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Id"
        },
        {
          "description": "The sync resource filter resource ID."
        }
      ]
    },
    "externalId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Id"
        },
        {
          "description": "The external ID."
        }
      ]
    }
  }
}