turbot/oci_insights

Query: mysql_db_system_backup_policy

Usage

powerpipe query oci_insights.query.mysql_db_system_backup_policy

Steampipe Tables

SQL

select
backup_policy ->> 'isEnabled' as "Automatic Backup Enabled",
backup_policy ->> 'retentionInDays' as "Backup Retention Days"
from
oci_mysql_db_system
where
id = $1;

Dashboards

The query is used in the dashboards: