turbot/aws_insights

Query: sns_topics_for_dax_cluster

Usage

powerpipe query aws_insights.query.sns_topics_for_dax_cluster

Steampipe Tables

SQL

select
notification_configuration ->> 'TopicArn' as topic_arn
from
aws_dax_cluster
where
notification_configuration ->> 'TopicArn' is not null
and arn = $1