{
  "changeset": {
    "key": "changeset",
    "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:changeSet/${ChangeSetName}/${Id}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "stack": {
    "key": "stack",
    "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:stack/${StackName}/${Id}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "stackset": {
    "key": "stackset",
    "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:stackset/${StackSetName}:${Id}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "stackset-target": {
    "key": "stackset-target",
    "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:stackset-target/${StackSetTarget}"
  },
  "type": {
    "key": "type",
    "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:type/resource/${Type}"
  },
  "generatedtemplate": {
    "key": "generatedtemplate",
    "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:generatedTemplate/${Id}"
  },
  "resourcescan": {
    "key": "resourcescan",
    "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:resourceScan/${Id}"
  }
}