Module Values.UpdateEventTriggerRequestSource

Update the properties of an Event Trigger.

Sourcetype nonrec t = {
  1. domainName : Name.t;
    (*

    The unique name of the domain.

    *)
  2. eventTriggerName : Name.t;
    (*

    The unique name of the event trigger.

    *)
  3. objectTypeName : TypeName.t option;
    (*

    The unique name of the object type.

    *)
  4. description : SensitiveText.t option;
    (*

    The description of the event trigger.

    *)
  5. eventTriggerConditions : EventTriggerConditions.t option;
    (*

    A list of conditions that determine when an event should trigger the destination.

    *)
  6. segmentFilter : Name.t option;
    (*

    The destination is triggered only for profiles that meet the criteria of a segment definition.

    *)
  7. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?objectTypeName:??? -> ?description:??? -> ?eventTriggerConditions:??? -> ?segmentFilter:??? -> ?eventTriggerLimits:??? -> domainName:Name.t -> eventTriggerName:Name.t -> unit -> t
Sourceval 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 | `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 ]
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