turbot/aws_insights

Query: sns_topic_subscriptions_confirmed_count

Usage

powerpipe query aws_insights.query.sns_topic_subscriptions_confirmed_count

Steampipe Tables

SQL

select
subscriptions_confirmed :: int as value,
'Confirmed Subscriptions' as label,
case
when subscriptions_confirmed :: int = 0 then 'alert'
else 'ok'
end as "type"
from
aws_sns_topic
where
topic_arn = $1;

Dashboards

The query is used in the dashboards: