turbot/oci_insights

Query: kms_keys_for_blockstorage_block_volume

Usage

powerpipe query oci_insights.query.kms_keys_for_blockstorage_block_volume

Steampipe Tables

SQL

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