turbot/aws_insights

Query: sqs_queue_tags_detail

Usage

powerpipe query aws_insights.query.sqs_queue_tags_detail

Steampipe Tables

SQL

with jsondata as (
select
tags :: json as tags
from
aws_sqs_queue
where
queue_arn = $1
)
select
key as "Key",
value as "Value"
from
jsondata,
json_each_text(tags)
order by
key;

Dashboards

The query is used in the dashboards: