turbot/alicloud_insights

Query: ecs_snapshot_encryption

Usage

powerpipe query alicloud_insights.query.ecs_snapshot_encryption

Steampipe Tables

SQL

select
'Encrypted' as label,
case when encrypted then 'Enabled' else 'Disabled' end as value,
case when encrypted then 'ok' else 'alert' end as type
from
alicloud_ecs_snapshot
where
arn = $1;

Dashboards

The query is used in the dashboards: