CreateAlertManagerDefinitionResponse

Represents the output of a CreateAlertManagerDefinition operation.

ContainersMonitoringObservabilityPrometheus

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

amazon-managed-prometheus-create-alert-manager-definition-response-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-create-alert-manager-definition-response-schema.json",
  "title": "CreateAlertManagerDefinitionResponse",
  "description": "Represents the output of a CreateAlertManagerDefinition operation.",
  "type": "object",
  "properties": {
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AlertManagerDefinitionStatus"
        },
        {
          "description": "The status of alert manager definition."
        }
      ]
    }
  },
  "required": [
    "status"
  ]
}