Amazon Managed Prometheus Rule Groups Namespace Status Code Structure

State of a namespace.

Type: string Properties: 0
ContainersMonitoringObservabilityPrometheus

RuleGroupsNamespaceStatusCode 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-status-code-structure.json",
  "name": "RuleGroupsNamespaceStatusCode",
  "description": "State of a namespace.",
  "type": "string",
  "enum": [
    "CREATING",
    "ACTIVE",
    "UPDATING",
    "DELETING",
    "CREATION_FAILED",
    "UPDATE_FAILED"
  ]
}