turbot/oci_insights

Query: objectstorage_bucket_overview

Usage

powerpipe query oci_insights.query.objectstorage_bucket_overview

Steampipe Tables

SQL

select
name as "Name",
time_created as "Time Created",
namespace as "Namespace",
storage_tier as "Storage Tier",
id as "OCID",
compartment_id as "Compartment ID"
from
oci_objectstorage_bucket
where
id = $1;

Dashboards

The query is used in the dashboards: