turbot/aws_insights

Query: iam_actions_for_glob

Usage

powerpipe query aws_insights.query.iam_actions_for_glob

Steampipe Tables

SQL

select
distinct on (action) action,
description,
access_level,
prefix,
privilege
from
aws_iam_action as a
where
a.action like lower(glob($1))

Params

ArgsNameDefaultDescriptionVariable
$1action_glob

    Dashboards

    The query is used in the dashboards: