{
  "workspace": {
    "key": "workspace",
    "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "entity": {
    "key": "entity",
    "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/entity/${EntityId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "componenttype": {
    "key": "componentType",
    "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/component-type/${ComponentTypeId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "scene": {
    "key": "scene",
    "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/scene/${SceneId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "syncjob": {
    "key": "syncJob",
    "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/sync-job/${SyncJobId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "metadatatransferjob": {
    "key": "metadataTransferJob",
    "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:metadata-transfer-job/${MetadataTransferJobId}"
  }
}