Values.GetEventConfigurationRequestSourceRetrieves 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.
type nonrec t = {trailName : String_.t option;The name of the trail for which you want to retrieve event configuration settings.
*)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.
*)}