turbot/oci_insights

Query: nosql_table_auto_reclaimable

Usage

powerpipe query oci_insights.query.nosql_table_auto_reclaimable

Steampipe Tables

SQL

select
case
when is_auto_reclaimable then 'Enabled'
else 'Disabled'
end as "Auto Reclaimable"
from
oci_nosql_table
where
id = $1;

Dashboards

The query is used in the dashboards: