turbot/aws_insights

Query: iam_policy_std_for_iam_policy

Usage

powerpipe query aws_insights.query.iam_policy_std_for_iam_policy

Steampipe Tables

SQL

select
policy_std
from
aws_iam_policy
where
arn = $1
limit
1;
-- aws managed policies will appear once for each connection in the aggregator, but we only need one...