Module Values.AcknowledgeFlowSource

Specifies whether to get notified for alarm state changes.

Sourcetype nonrec t = {
  1. enabled : AcknowledgeFlowEnabled.t;
    (*

    The value must be TRUE or FALSE. If TRUE, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return to NORMAL. If FALSE, you won't receive notifications. The alarm automatically changes to the NORMAL state when the input property value returns to the specified range.

    *)
}
Sourceval context_ : string
Sourceval make : enabled:AcknowledgeFlowEnabled.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of AcknowledgeFlowEnabled.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t