turbot/aws_insights

Query: iam_policy_aws_managed

Usage

powerpipe query aws_insights.query.iam_policy_aws_managed

Steampipe Tables

SQL

select
case
when is_aws_managed then 'AWS'
else 'Customer'
end as value,
'Managed By' as label
from
aws_iam_policy
where
arn = $1

Dashboards

The query is used in the dashboards: