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;