aws_guardduty_get_findings_statistics
Count AWS GuardDuty security findings by severity to analyze threat patterns and prioritize security responses.
Instructions
Get a count of GuardDuty findings grouped by severity or finding type.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| detector_id | Yes | Detector ID | |
| finding_statistic_types | No | Statistic types to retrieve (default: ['COUNT_BY_SEVERITY']) |