RuleGroupsNamespaceName

The namespace name that the rule group belong to.

ContainersMonitoringObservabilityPrometheus
View JSON Schema on GitHub

JSON Schema

amazon-managed-prometheus-rule-groups-namespace-name-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-rule-groups-namespace-name-schema.json",
  "title": "RuleGroupsNamespaceName",
  "description": "The namespace name that the rule group belong to.",
  "type": "string",
  "pattern": ".*[0-9A-Za-z][-.0-9A-Z_a-z]*.*"
}