turbot/oci_insights

Query: kms_keys_for_blockstorage_boot_volume

Usage

powerpipe query oci_insights.query.kms_keys_for_blockstorage_boot_volume

Steampipe Tables

SQL

select
kms_key_id
from
oci_core_boot_volume
where
kms_key_id is not null
and id = $1;