{
  "cluster": {
    "key": "cluster",
    "arn": "arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "computenodegroup": {
    "key": "computenodegroup",
    "arn": "arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}/computenodegroup/${ComputeNodeGroupIdentifier}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "queue": {
    "key": "queue",
    "arn": "arn:${Partition}:pcs:${Region}:${Account}:cluster/${ClusterIdentifier}/queue/${QueueIdentifier}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  }
}