turbot/alicloud_insights

Query: oss_bucket_versioning

Usage

powerpipe query alicloud_insights.query.oss_bucket_versioning

Steampipe Tables

SQL

select
'Versioning' as label,
case
when versioning <> '' then 'Enabled'
else 'Disabled'
end as value,
case
when versioning <> '' then 'ok'
else 'alert'
end as type
from
alicloud_oss_bucket
where
arn = $1;

Dashboards

The query is used in the dashboards: