Values.CreateEventTriggerRequestSourceCreates an event trigger, which specifies the rules when to perform action based on customer's ingested data. Each event stream can be associated with only one integration in the same region and AWS account as the event stream.
type nonrec t = {domainName : Name.t;The unique name of the domain.
*)eventTriggerName : Name.t;The unique name of the event trigger.
*)objectTypeName : TypeName.t;The unique name of the object type.
*)description : SensitiveText.t option;The description of the event trigger.
*)eventTriggerConditions : EventTriggerConditions.t;A list of conditions that determine when an event should trigger the destination.
*)segmentFilter : Name.t option;The destination is triggered only for profiles that meet the criteria of a segment definition.
*)eventTriggerLimits : EventTriggerLimits.t option;Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
*)}val make :
?description:??? ->
?segmentFilter:??? ->
?eventTriggerLimits:??? ->
?tags:??? ->
domainName:Name.t ->
eventTriggerName:Name.t ->
objectTypeName:TypeName.t ->
eventTriggerConditions:EventTriggerConditions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of String1To255.t ]
list
| `String of Text.t ])
list ]
list ])
list ]
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Name.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of MaxSize24.t ])
list ]
list
| `Long of OptionalLong.t ])
list ])
list ]