turbot/aws_insights

Query: sqs_queue_overview

Usage

powerpipe query aws_insights.query.sqs_queue_overview

Steampipe Tables

SQL

select
queue_url as "Queue URL",
title as "Title",
region as "Region",
account_id as "Account ID",
queue_arn as "ARN"
from
aws_sqs_queue
where
queue_arn = $1;

Dashboards

The query is used in the dashboards: