turbot/aws_compliance

Query: guardduty_finding_archived

Usage

powerpipe query aws_compliance.query.guardduty_finding_archived

Steampipe Tables

SQL

select
arn as resource,
case
when service ->> 'Archived' = 'false' then 'alarm'
else 'ok'
end as status,
case
when service ->> 'Archived' = 'false' then title || ' not archived.'
else title || ' archived.'
end as reason,
region,
account_id
from
aws_guardduty_finding;

Controls

The query is being used by the following controls: