turbot/alicloud_insights

Query: rds_instance_ssl_enabled

Usage

powerpipe query alicloud_insights.query.rds_instance_ssl_enabled

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: