turbot/alicloud_insights

Query: ram_groups_for_ram_policy

Usage

powerpipe query alicloud_insights.query.ram_groups_for_ram_policy

Steampipe Tables

SQL

select
arn as group_arn
from
alicloud_ram_group,
jsonb_array_elements(attached_policy) as policy
where
policy ->> 'PolicyName' = $1;