Module Values.GetEventConfigurationRequestSource

Retrieves the current event configuration settings for the specified event data store or trail. The response includes maximum event size configuration, the context key selectors configured for the event data store, and any aggregation settings configured for the trail.

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

    The name of the trail for which you want to retrieve event configuration settings.

    *)
  2. eventDataStore : String_.t option;
    (*

    The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which you want to retrieve event configuration settings.

    *)
}
Sourceval make : ?trailName:??? -> ?eventDataStore:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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