{
  "datastore": {
    "key": "datastore",
    "arn": "arn:${Partition}:medical-imaging:${Region}:${Account}:datastore/${DatastoreId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "imageset": {
    "key": "imageset",
    "arn": "arn:${Partition}:medical-imaging:${Region}:${Account}:datastore/${DatastoreId}/imageset/${ImageSetId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  }
}