TagMap

The list of tags assigned to the resource.

ContainersMonitoringObservabilityPrometheus
View JSON Schema on GitHub

JSON Schema

amazon-managed-prometheus-tag-map-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-schema/amazon-managed-prometheus-tag-map-schema.json",
  "title": "TagMap",
  "description": "The list of tags assigned to the resource.",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/TagValue"
  }
}