View source: R/macie2_operations.R
macie2_get_finding_statistics | R Documentation |
Retrieves (queries) aggregated statistical data about findings.
See https://www.paws-r-sdk.com/docs/macie2_get_finding_statistics/ for full documentation.
macie2_get_finding_statistics(
findingCriteria = NULL,
groupBy,
size = NULL,
sortCriteria = NULL
)
findingCriteria |
The criteria to use to filter the query results. |
groupBy |
[required] The finding property to use to group the query results. Valid values are:
|
size |
The maximum number of items to include in each page of the response. |
sortCriteria |
The criteria to use to sort the query results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.