turbot/ibm_insights

Query: ibm_is_volume_by_encryption_type

Usage

powerpipe query ibm_insights.query.ibm_is_volume_by_encryption_type

Steampipe Tables

SQL

select
encryption as "Encryption Type",
count(*) as "volumes"
from
ibm_is_volume
group by
encryption
order by
encryption;

Dashboards

The query is used in the dashboards: