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
queue_arn = $1;