Values.AggregateLogGroupSummarySourceContains an aggregate summary of log groups grouped by data source characteristics, including the count of log groups and their grouping identifiers.
type nonrec t = {logGroupCount : LogGroupCount.t option;The number of log groups in this aggregate summary group.
*)groupingIdentifiers : GroupingIdentifiers.t option;An array of key-value pairs that identify the data source characteristics used to group the log groups. The size and content of this array depends on the groupBy parameter specified in the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of LogGroupCount.t
| `List of
[> `Structure of
(string * [> `String of GroupingIdentifierKey.t ]) list ]
list ])
list ]