Values.AlertManagerDefinitionDescriptionSourceThe details of an alert manager definition. It is the configuration for the alert manager, including information about receivers for routing alerts.
type nonrec t = {status : AlertManagerDefinitionStatus.t option;A structure that displays the current status of the alert manager definition..
*)data : AlertManagerDefinitionData.t option;The actual alert manager definition. For details about the alert manager definition, see AlertManagedDefinitionData.
*)createdAt : Timestamp.t option;The date and time that the alert manager definition was created.
*)modifiedAt : Timestamp.t option;The date and time that the alert manager definition was most recently changed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Blob of AlertManagerDefinitionData.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]