{
  "anomalydetector": {
    "key": "AnomalyDetector",
    "arn": "arn:${Partition}:lookoutmetrics:${Region}:${Account}:AnomalyDetector:${AnomalyDetectorName}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "metricset": {
    "key": "MetricSet",
    "arn": "arn:${Partition}:lookoutmetrics:${Region}:${Account}:MetricSet/${AnomalyDetectorName}/${MetricSetName}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  },
  "alert": {
    "key": "Alert",
    "arn": "arn:${Partition}:lookoutmetrics:${Region}:${Account}:Alert:${AlertName}",
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ]
  }
}