turbot/aws_insights

Query: cloudtrail_trail_log_file_validation

Usage

powerpipe query aws_insights.query.cloudtrail_trail_log_file_validation

Steampipe Tables

SQL

select
case
when log_file_validation_enabled then 'Enabled'
else 'Disabled'
end as value,
'Log File Validation' as label,
case
when log_file_validation_enabled then 'ok'
else 'alert'
end as type
from
aws_cloudtrail_trail
where
region = home_region
and arn = $1;

Dashboards

The query is used in the dashboards: