turbot/oci_insights

Query: mysql_automatic_backup_count

Usage

powerpipe query oci_insights.query.mysql_automatic_backup_count

Steampipe Tables

SQL

select
count(*) as "Automatic Backups"
from
oci_mysql_backup
where
creation_type = 'AUTOMATIC'
and lifecycle_state <> 'DELETED';

Dashboards

The query is used in the dashboards: