FindingStatistics - Amazon GuardDuty

FindingStatistics

Contains information about finding statistics.

Contents

countBySeverity

This member has been deprecated.

Represents a list of map of severity to count statistics for a set of findings.

Type: String to integer map

Required: No

groupedByAccount

Represents a list of map of accounts with a findings count associated with each account.

Type: Array of AccountStatistics objects

Required: No

groupedByDate

Represents a list of map of dates with a count of total findings generated on each date per severity level.

Type: Array of DateStatistics objects

Required: No

groupedByFindingType

Represents a list of map of finding types with a count of total findings generated for each type.

Based on the orderBy parameter, this request returns either the most occurring finding types or the least occurring finding types. If the orderBy parameter is ASC, this will represent the least occurring finding types in your account; otherwise, this will represent the most occurring finding types. The default value of orderBy is DESC.

Type: Array of FindingTypeStatistics objects

Required: No

groupedByResource

Represents a list of map of top resources with a count of total findings.

Type: Array of ResourceStatistics objects

Required: No

groupedBySeverity

Represents a list of map of total findings for each severity level.

Type: Array of SeverityStatistics objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: