turbot/oci_insights

Query: nosql_table_by_region

Usage

powerpipe query oci_insights.query.nosql_table_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "NoSQL Tables"
from
oci_nosql_table
where
lifecycle_state <> 'DELETED'
group by
region
order by
region;

Dashboards

The query is used in the dashboards: