aws.codeguru_security.get_metrics_summary
Example SQL Queries
SELECT * FROMaws.codeguru_security.get_metrics_summaryWHERE"date" = 'VALUE';Description
Returns a summary of metrics for an account from a specified date, including number of open findings, the categories with most findings, the scans with most open findings, and scans with most open critical findings.
Table Definition
| Column Name | Column Data Type |
|---|---|
| date Required Input Column The date you want to retrieve summary metrics from, rounded to the nearest day. The date must be within the past two years. | TIMESTAMP_S |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| metrics_summary The summary metrics from the specified date. | STRUCT( |
Show child fields
| |