Values.GetFindingStatisticsRequestSourceRetrieves (queries) aggregated statistical data about findings.
type nonrec t = {findingCriteria : FindingCriteria.t option;The criteria to use to filter the query results.
*)groupBy : GroupBy.t;The finding property to use to group the query results. Valid values are: classificationDetails.jobId - The unique identifier for the classification job that produced the finding. resourcesAffected.s3Bucket.name - The name of the S3 bucket that the finding applies to. severity.description - The severity level of the finding, such as High or Medium. type - The type of finding, such as Policy:IAMUser/S3BucketPublic and SensitiveData:S3Object/Personal.
*)size : int option;The maximum number of items to include in each page of the response.
*)sortCriteria : FindingStatisticsSortCriteria.t option;The criteria to use to sort the query results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of string ]
* [> `Structure of
(string
* [> `List of [> `String of string ] list
| `Long of Awso.Import.Int64.t ])
list ])
list ])
list ])
list ]