turbot/oci_insights

Query: objectstorage_bucket_by_region

Usage

powerpipe query oci_insights.query.objectstorage_bucket_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "Buckets"
from
oci_objectstorage_bucket
group by
region
order by
region;

Dashboards

The query is used in the dashboards: