{
  "entity": {
    "key": "Entity",
    "arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:${Catalog}/${EntityType}/${ResourceId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}",
      "catalog:ChangeType"
    ]
  },
  "changeset": {
    "key": "ChangeSet",
    "arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:${Catalog}/ChangeSet/${ResourceId}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}",
      "catalog:ChangeType"
    ]
  },
  "deploymentparameter": {
    "key": "DeploymentParameter",
    "arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:DeploymentParameter:catalogs/${CatalogName}/products/${ProductId}/${ResourceId}",
    "conditionKeys": [
      "aws:RequestTag/${TagKey}",
      "aws:ResourceTag/${TagKey}",
      "aws:TagKeys"
    ]
  },
  "dashboard": {
    "key": "Dashboard",
    "arn": "arn:${Partition}:aws-marketplace::${Account}:${Catalog}/ReportingData/${FactTable}/Dashboard/${DashboardName}"
  },
  "sellerdashboard": {
    "key": "SellerDashboard",
    "arn": "arn:${Partition}:aws-marketplace::${Account}:${Catalog}/ReportingData/${FactTable}/Dashboard/${DashboardName}"
  }
}