Module Values.ConditionBasedSignalFetchConfigSource

Specifies the condition under which a signal fetch occurs.

Sourcetype nonrec t = {
  1. conditionExpression : FetchConfigEventExpression.t;
    (*

    The condition that must be satisfied to trigger a signal fetch.

    *)
  2. triggerMode : TriggerMode.t;
    (*

    Indicates the mode in which the signal fetch is triggered.

    *)
}
Sourceval context_ : string
Sourceval make : conditionExpression:FetchConfigEventExpression.t -> triggerMode:TriggerMode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of FetchConfigEventExpression.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