Module Values.CloudtrailParametersSource

Parameters specific to Amazon Web Services CloudTrail telemetry configuration.

Sourcetype nonrec t = {
  1. advancedEventSelectors : AdvancedEventSelectors.t;
    (*

    The advanced event selectors to use for filtering Amazon Web Services CloudTrail events.

    *)
}
Sourceval context_ : string
Sourceval make : advancedEventSelectors:AdvancedEventSelectors.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 ] 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