Module Values.AdvancedEventSelectorSource

Advanced event selectors let you create fine-grained selectors for management, data, and network activity events.

Sourcetype nonrec t = {
  1. name : String_.t option;
    (*

    An optional, descriptive name for an advanced event selector, such as "Log data events for only two S3 buckets".

    *)
  2. fieldSelectors : FieldSelectors.t;
    (*

    Contains all selector statements in an advanced event selector.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> fieldSelectors:FieldSelectors.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t ]) 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