Values.ResourceGroupByRuleSourceDefines the configuration for organizing and categorizing Amazon Web Services resources based on associated security findings.
type nonrec t = {groupByField : ResourceGroupByField.t;Specifies the attribute that resources should be grouped by.
*)filters : ResourcesFilters.t option;The criteria used to select resources and associated security findings.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * Awso.Botodata.value) list ])
list ]