Amazon Managed Prometheus Put Alert Manager Definition Response Structure

Represents the output of a PutAlertManagerDefinition operation.

Type: object Properties: 1 Required: 1
ContainersMonitoringObservabilityPrometheus

PutAlertManagerDefinitionResponse is a JSON Structure definition published by Amazon Managed Service for Prometheus, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

status

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-put-alert-manager-definition-response-structure.json",
  "name": "PutAlertManagerDefinitionResponse",
  "description": "Represents the output of a PutAlertManagerDefinition operation.",
  "type": "object",
  "properties": {
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AlertManagerDefinitionStatus"
        },
        {
          "description": "The status of alert manager definition."
        }
      ]
    }
  },
  "required": [
    "status"
  ]
}