turbot/alicloud_insights

Query: rds_instance_instance_tde_status

Usage

powerpipe query alicloud_insights.query.rds_instance_instance_tde_status

Steampipe Tables

SQL

select
'Encryption' as label,
case
when tde_status = 'Enabled' then 'Enabled'
else 'Disabled'
end as value,
case
when tde_status = 'Enabled' then 'ok'
else 'alert'
end as type
from
alicloud_rds_instance
where
arn = $1;

Dashboards

The query is used in the dashboards: