Values.CreateGroupRequestSourceCreates a group resource with a name and a filter expression.
type nonrec t = {groupName : GroupName.t;The case-sensitive name of the new group. Default is a reserved name and names must be unique.
*)filterExpression : FilterExpression.t option;The filter expression defining criteria by which to group traces.
*)insightsConfiguration : InsightsConfiguration.t option;The structure containing configurations related to insights. The InsightsEnabled boolean can be set to true to enable insights for the new group or false to disable insights for the new group. The NotificationsEnabled boolean can be set to true to enable insights notifications for the new group. Notifications may only be enabled on a group with InsightsEnabled set to true.
*)}val make :
?filterExpression:??? ->
?insightsConfiguration:??? ->
?tags:??? ->
groupName:GroupName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of GroupName.t
| `Structure of (string * [> `Boolean of NullableBoolean.t ]) list ])
list ]