{ "$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" ] }