turbot/oci_insights

Query: kms_keys_for_objectstorage_bucket

Usage

powerpipe query oci_insights.query.kms_keys_for_objectstorage_bucket

Steampipe Tables

SQL

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