turbot/oci_insights

Query: objectstorage_buckets_for_kms_key

Usage

powerpipe query oci_insights.query.objectstorage_buckets_for_kms_key

Steampipe Tables

SQL

select
id as bucket_id
from
oci_objectstorage_bucket
where
kms_key_id = $1;