Values.GroupingIdentifierSourceA key-value pair that identifies how log groups are grouped in aggregate summaries.
type nonrec t = {key : GroupingIdentifierKey.t option;The key that identifies the grouping characteristic. The format of the key uses dot notation. Examples are, dataSource.Name, dataSource.Type, and dataSource.Format.
*)value : GroupingIdentifierValue.t option;The value associated with the grouping characteristic. Examples are amazon_vpc, flow, and OCSF.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of GroupingIdentifierKey.t ]) list ]