turbot/aws_insights

Query: cloudtrail_trail_overview

Usage

powerpipe query aws_insights.query.cloudtrail_trail_overview

Steampipe Tables

SQL

select
name as "Name",
is_organization_trail as "Organization Trail",
title as "Title",
home_region as "Home Region",
account_id as "Account ID",
arn as "ARN"
from
aws_cloudtrail_trail
where
region = home_region
and arn = $1;

Dashboards

The query is used in the dashboards: