turbot/gcp_insights

Query: pubsub_topic_tags

Usage

powerpipe query gcp_insights.query.pubsub_topic_tags

Steampipe Tables

SQL

select
jsonb_object_keys(tags) as "Key",
tags ->> jsonb_object_keys(tags) as "Value"
from
gcp_pubsub_topic
where
self_link = $1;

Dashboards

The query is used in the dashboards: