aws.guardduty.get_coverage_statistics
Example SQL Queries
SELECT * FROMaws.guardduty.get_coverage_statisticsWHERE"detector_id" = 'VALUE'AND "statistics_type" = 'VALUE';Description
Retrieves aggregated statistics for your account. If you are a GuardDuty administrator, you can retrieve the statistics for all the resources associated with the active member accounts in your organization who have enabled Runtime Monitoring and have the GuardDuty security agent running on their resources.
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_id Required Input Column The unique ID of the GuardDuty detector associated to the coverage statistics. | VARCHAR |
| statistics_type Required Input Column Represents the statistics type used to aggregate the coverage details. | VARCHAR[] |
Show child fields
| |
| filter_criteria Input Column Represents the criteria used to filter the coverage statistics | STRUCT( |
Show child fields
| |
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| coverage_statistics Represents the count aggregated by the statusCode and resourceType. | STRUCT( |
Show child fields
| |