Values.AggregationSummarySourceProvides additional information about the aggregation key.
type nonrec t = {eventCount : Integer.t option;Indicates the number of events associated with the aggregation key.
*)aggregatedBy : AggregationKeys.t option;Indicates the criteria or rules by which notifications have been grouped together.
*)aggregatedAccounts : SummarizationDimensionOverview.t option;Indicates the Amazon Web Services accounts in the aggregation key.
*)aggregatedRegions : SummarizationDimensionOverview.t option;Indicates the Amazon Web Services Regions in the aggregation key.
*)aggregatedOrganizationalUnits : SummarizationDimensionOverview.t option;Indicates the collection of organizational units that are involved in the aggregation key.
*)additionalSummarizationDimensions : SummarizationDimensionOverviews.t option;List of additional dimensions used to group and summarize data.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `String of
SampleAggregationDimensionValuesMemberString.t ]
list
| `String of String_.t ])
list ]
list
| `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `String of SampleAggregationDimensionValuesMemberString.t ]
list
| `String of String_.t ])
list ])
list ]