Amazon Managed Prometheus Rule Groups Namespace Name Structure

The namespace name that the rule group belong to.

Type: string Properties: 0
ContainersMonitoringObservabilityPrometheus

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