turbot/oci_insights

Query: mysql_backups_for_mysql_db_system

Usage

powerpipe query oci_insights.query.mysql_backups_for_mysql_db_system

Steampipe Tables

SQL

select
id as backup_id
from
oci_mysql_backup
where
db_system_id = $1