turbot/alicloud_insights

Query: oss_bucket_input

Usage

powerpipe query alicloud_insights.query.oss_bucket_input

Steampipe Tables

SQL

select
title as label,
arn as value,
json_build_object(
'account_id', account_id,
'region', region
) as tags
from
alicloud_oss_bucket
order by
title;