turbot/gcp_insights

Query: kubernetes_cluster_notification_config

Usage

powerpipe query gcp_insights.query.kubernetes_cluster_notification_config

Steampipe Tables

SQL

select
notification_config -> 'pubsub' ->> 'enabled' as "Enabled",
notification_config -> 'pubsub' ->> 'topic' as "Topic"
from
gcp_kubernetes_cluster
where
id = $1;

Dashboards

The query is used in the dashboards: