turbot/oci_insights

Query: objectstorage_bucket_1_year

Usage

powerpipe query oci_insights.query.objectstorage_bucket_1_year

Steampipe Tables

SQL

select
count(*) as value,
'> 1 Year' as label
from
oci_objectstorage_bucket
where
time_created <= now() - '1 year' :: interval;

Dashboards

The query is used in the dashboards: