turbot/aws_insights

Query: sns_topic_overview

Usage

powerpipe query aws_insights.query.sns_topic_overview

Steampipe Tables

SQL

select
display_name as "Display Name",
owner as "Owner",
kms_master_key_id as "KMS Key ID",
title as "Title",
region as "Region",
account_id as "Account ID",
topic_arn as "ARN"
from
aws_sns_topic
where
topic_arn = $1;

Dashboards

The query is used in the dashboards: