Amazon Managed Prometheus Tag Key Structure

TagKey schema from Amazon Managed Service for Prometheus API

Type: string Properties: 0
ContainersMonitoringObservabilityPrometheus

TagKey is a JSON Structure definition published by Amazon Managed Service for Prometheus. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-structure/amazon-managed-prometheus-tag-key-structure.json",
  "name": "TagKey",
  "description": "TagKey schema from Amazon Managed Service for Prometheus API",
  "type": "string",
  "pattern": "([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)"
}