{
  "cluster": {
    "key": "Cluster",
    "arn": "arn:${Partition}:dsql:${Region}:${Account}:cluster/${Identifier}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "stream": {
    "key": "Stream",
    "arn": "arn:${Partition}:dsql:${Region}:${Account}:cluster/${ClusterId}/stream/${StreamId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  }
}