turbot/aws_insights

Query: cloudwatch_log_groups_for_cloudtrail_trail

Usage

powerpipe query aws_insights.query.cloudwatch_log_groups_for_cloudtrail_trail

Steampipe Tables

SQL

select
log_group_arn as cloudwatch_log_group_arn
from
aws_cloudtrail_trail
where
region = home_region
and log_group_arn is not null
and arn = $1;