Values.GetEventTriggerResponseSourceGet a specific Event Trigger from the domain.
type nonrec t = {eventTriggerName : Name.t option;The unique name of the event trigger.
*)objectTypeName : TypeName.t option;The unique name of the object type.
*)description : SensitiveText.t option;The description of the event trigger.
*)eventTriggerConditions : EventTriggerConditions.t option;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.
*)createdAt : Timestamp.t option;The timestamp of when the event trigger was created.
*)lastUpdatedAt : Timestamp.t option;The timestamp of when the event trigger was most recently updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val 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
| `Timestamp of Timestamp.t ])
list ]