Values.GetEventConfigurationResponseSourceRetrieves 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 = {trailARN : String_.t option;The Amazon Resource Name (ARN) of the trail for which the event configuration settings are returned.
*)eventDataStoreArn : EventDataStoreArn.t option;The Amazon Resource Name (ARN) or ID suffix of the ARN of the event data store for which the event configuration settings are returned.
*)maxEventSize : MaxEventSize.t option;The maximum allowed size for events stored in the specified event data store.
*)contextKeySelectors : ContextKeySelectors.t option;The list of context key selectors that are configured for the event data store.
*)aggregationConfigurations : AggregationConfigurations.t option;The list of aggregation configurations that are configured for the trail.
*)}type nonrec error = [ | `CloudTrailARNInvalidException of CloudTrailARNInvalidException.t| `EventDataStoreARNInvalidException of EventDataStoreARNInvalidException.t| `EventDataStoreNotFoundException of EventDataStoreNotFoundException.t| `InvalidEventDataStoreCategoryException of
InvalidEventDataStoreCategoryException.t| `InvalidEventDataStoreStatusException of InvalidEventDataStoreStatusException.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidTrailNameException of InvalidTrailNameException.t| `NoManagementAccountSLRExistsException of
NoManagementAccountSLRExistsException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `TrailNotFoundException of TrailNotFoundException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CloudTrailARNInvalidException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InvalidEventDataStoreCategoryException of unit
| `InvalidEventDataStoreStatusException of unit
| `InvalidParameterCombinationException of unit
| `InvalidParameterException of unit
| `InvalidTrailNameException of unit
| `NoManagementAccountSLRExistsException of unit
| `OperationNotPermittedException of unit
| `TrailNotFoundException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CloudTrailARNInvalidException of unit
| `EventDataStoreARNInvalidException of unit
| `EventDataStoreNotFoundException of unit
| `InvalidEventDataStoreCategoryException of unit
| `InvalidEventDataStoreStatusException of unit
| `InvalidParameterCombinationException of unit
| `InvalidParameterException of unit
| `InvalidTrailNameException of unit
| `NoManagementAccountSLRExistsException of unit
| `OperationNotPermittedException of unit
| `TrailNotFoundException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `String of OperatorTargetListMember.t ]
list ])
list ]
list
| `String of String_.t ])
list ]