turbot/aws_insights

Query: elasticache_clusters_for_sns_topic

Usage

powerpipe query aws_insights.query.elasticache_clusters_for_sns_topic

Steampipe Tables

SQL

select
arn as elasticache_cluster_arn
from
aws_elasticache_cluster
where
notification_configuration ->> 'TopicArn' = $1;