Module Values.AdvancedEventSelectorSource

Advanced event selectors let you create fine-grained selectors for CloudTrail management, data, and network activity events. They help you control costs by logging only those events that are important to you. For more information about configuring advanced event selectors, see the Logging data events, Logging network activity events, and Logging management events topics in the CloudTrail User Guide. You cannot apply both event selectors and advanced event selectors to a trail. For information about configurable advanced event selector fields, see AdvancedEventSelector in the CloudTrail API Reference.

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

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

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

    Contains all selector statements in an advanced event selector.

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