turbot/aws_insights

Query: dax_cluster_encryption

Usage

powerpipe query aws_insights.query.dax_cluster_encryption

Steampipe Tables

SQL

select
'Encryption' as label,
case when sse_description ->> 'Status' = 'ENABLED' then 'Enabled' else 'Disabled' end as value,
case when sse_description ->> 'Status' = 'ENABLED' then 'ok' else 'alert' end as type
from
aws_dax_cluster
where
arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: