Represents the output of a DescribeAlertManagerDefinition operation.
{ "$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-describe-alert-manager-definition-response-schema.json", "title": "DescribeAlertManagerDefinitionResponse", "description": "Represents the output of a DescribeAlertManagerDefinition operation.", "type": "object", "properties": { "alertManagerDefinition": { "allOf": [ { "$ref": "#/components/schemas/AlertManagerDefinitionDescription" }, { "description": "The properties of the selected workspace's alert manager definition." } ] } }, "required": [ "alertManagerDefinition" ] }