turbot/oci_insights

Query: blockstorage_block_volume_backups_for_blockstorage_block_volume

Usage

powerpipe query oci_insights.query.blockstorage_block_volume_backups_for_blockstorage_block_volume

Steampipe Tables

SQL

select
id as backup_id
from
oci_core_volume_backup
where
volume_id = $1;