turbot/aws_insights

Query: sqs_queue_input

Usage

powerpipe query aws_insights.query.sqs_queue_input

Steampipe Tables

SQL

select
title as label,
queue_arn as value,
json_build_object(
'account_id', account_id,
'region', region
) as tags
from
aws_sqs_queue
order by
title;