turbot/aws_insights

Query: cloudtrail_trail_regional

Usage

powerpipe query aws_insights.query.cloudtrail_trail_regional

Steampipe Tables

SQL

select
case
when not is_multi_region_trail then 'True'
else 'False'
end as value,
'Regional' as label
from
aws_cloudtrail_trail
where
region = home_region
and arn = $1;

Dashboards

The query is used in the dashboards: