turbot/aws_insights

Query: sns_topics_for_cloudtrail_trail

Usage

powerpipe query aws_insights.query.sns_topics_for_cloudtrail_trail

Steampipe Tables

SQL

select
sns_topic_arn
from
aws_cloudtrail_trail
where
region = home_region
and sns_topic_arn is not null
and arn = $1;