turbot/alicloud_insights

Query: oss_bucket_access_type

Usage

powerpipe query alicloud_insights.query.oss_bucket_access_type

Steampipe Tables

SQL

select
'Public Access' as label,
case
when acl = 'private' then 'Disabled'
else 'Enabled'
end as value,
case
when acl = 'private' then 'ok'
else 'alert'
end as type
from
alicloud_oss_bucket
where
arn = $1;

Dashboards

The query is used in the dashboards: