Amazon IoT TwinMaker · JSON Structure

Iot Twinmaker Sync Resource Filters Structure

SyncResourceFilters schema

Type: array Properties: 0
3D VisualizationDigital TwinIndustrial IoTIoT

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

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-filters-structure.json",
  "name": "SyncResourceFilters",
  "description": "SyncResourceFilters schema",
  "type": "array",
  "items": {
    "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."
          }
        ]
      }
    },
    "description": "The sync resource filter."
  }
}