DateStatistics
Represents list a map of dates with a count of total findings generated on each date.
Contents
- date
-
The timestamp when the total findings count is observed.
For example,
Date
would look like"2024-09-05T17:00:00-07:00"
whereasLastGeneratedAt
would look like 2024-09-05T17:12:29-07:00".Type: Timestamp
Required: No
- lastGeneratedAt
-
The timestamp at which the last finding in the findings count, was generated.
Type: Timestamp
Required: No
- severity
-
The severity of the findings generated on each date.
Type: Double
Required: No
- totalFindings
-
The total number of findings that were generated per severity level on each date.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: