Values.PutGroupingConfigurationInputSourceCreates or updates the grouping configuration for this account. This operation allows you to define custom grouping attributes that determine how services are logically grouped based on telemetry attributes, Amazon Web Services tags, or predefined mappings. These grouping attributes can then be used to organize and filter services in the Application Signals console and APIs.
type nonrec t = {groupingAttributeDefinitions : GroupingAttributeDefinitions.t;An array of grouping attribute definitions that specify how services should be grouped. Each definition includes a friendly name, source keys to derive the grouping value from, and an optional default value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of GroupingString.t ] list
| `String of GroupingString.t ])
list ]
list ])
list ]