turbot/alicloud_insights

Query: oss_bucket_lifecycle_table

Usage

powerpipe query alicloud_insights.query.oss_bucket_lifecycle_table

SQL

select
b.name as "Name",
versioning as "Versioning",
a.title as "Account",
b.account_id as "Account ID",
b.region as "Region",
b.arn as "ARN"
from
alicloud_oss_bucket as b,
alicloud_account as a
where
b.account_id = a.account_id
order by
b.name;

Dashboards

The query is used in the dashboards: