turbot/alicloud_insights

Query: oss_bucket_logging

Usage

powerpipe query alicloud_insights.query.oss_bucket_logging

Steampipe Tables

SQL

select
logging ->> 'TargetBucket' as "Target Bucket",
logging ->> 'TargetPrefix' as "Target Prefix",
logging -> 'XMLName' ->> 'Local' as "Local",
logging -> 'XMLName' ->> 'Space' as "Space"
from
alicloud_oss_bucket
where
arn = $1;

Dashboards

The query is used in the dashboards: