Module Values.EventBridgeConfigurationSource

Configuration to enable EventBridge case event delivery and determine what data is delivered.

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

    Indicates whether the to broadcast case event data to the customer.

    *)
  2. includedData : EventIncludedData.t option;
    (*

    Details of what case and related item data is published through the case event stream.

    *)
}
Sourceval context_ : string
Sourceval make : ?includedData:??? -> enabled:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `String of FieldId.t ]) list ] list ]) list ]) list ]) 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