{
  "cluster": {
    "key": "cluster",
    "arn": "arn:${Partition}:docdb-elastic:${Region}:${Account}:cluster/${ResourceId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "cluster-snapshot": {
    "key": "cluster-snapshot",
    "arn": "arn:${Partition}:docdb-elastic:${Region}:${Account}:cluster-snapshot/${ResourceId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  }
}