turbot/aws_insights

Query: topic_policy_std_for_sns_topic

Usage

powerpipe query aws_insights.query.topic_policy_std_for_sns_topic

Steampipe Tables

SQL

select
policy_std
from
aws_sns_topic
where
topic_arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);