Returns aggregated statistical data about findings
Source:R/securityhub_operations.R
securityhub_get_finding_statistics_v2.RdReturns aggregated statistical data about findings.
See https://www.paws-r-sdk.com/docs/securityhub_get_finding_statistics_v2/ for full documentation.
Usage
securityhub_get_finding_statistics_v2(
GroupByRules,
Scopes = NULL,
SortOrder = NULL,
MaxStatisticResults = NULL
)Arguments
- GroupByRules
[required] Specifies how security findings should be aggregated and organized in the statistical analysis. It can accept up to 5
groupByfields in a single call.- Scopes
Limits the results to findings from specific organizational units or from the delegated administrator's organization. Only the delegated administrator account can use this parameter. Other accounts receive an
AccessDeniedException.This parameter is optional. If you omit it, the delegated administrator sees statistics from all accounts across the entire organization. Other accounts see only statistics for their own findings.
You can specify up to 10 entries in
Scopes.AwsOrganizations. If multiple entries are specified, the entries are combined using OR logic.- SortOrder
Orders the aggregation count in descending or ascending order. Descending order is the default.
- MaxStatisticResults
The maximum number of results to be returned.