Amazon Managed Prometheus Alert Manager Definition Status Code Structure

State of an alert manager definition.

Type: string Properties: 0
ContainersMonitoringObservabilityPrometheus

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