Values.PutCaseEventConfigurationRequestSourceAdds case event publishing configuration. For a complete list of fields you can add to the event message, see Create case fields in the Amazon Connect Administrator Guide
type nonrec t = {domainId : DomainId.t;The unique identifier of the Cases domain.
*)eventBridge : EventBridgeConfiguration.t;Configuration to enable EventBridge case event delivery and determine what data is delivered.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.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 ])
list ]