turbot/aws_insights

Query: queue_policy_std_for_sqs_queue

Usage

powerpipe query aws_insights.query.queue_policy_std_for_sqs_queue

Steampipe Tables

SQL

select
policy_std
from
aws_sqs_queue
where
account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4)
and queue_arn = $1;