turbot/steampipe-mod-aws-compliance

Query: glue_ml_transform_encryption_at_rest_enabled

Usage

powerpipe query aws_compliance.query.glue_ml_transform_encryption_at_rest_enabled

Steampipe Tables

SQL

select
transform_id as resource,
case
when transform_encryption is not null then 'ok'
else 'alarm'
end as status,
case
when transform_encryption is not null then title || ' encryption at rest enabled.'
else title || ' encryption at rest disabled.'
end as reason
, region, account_id
from
aws_glue_ml_transform;

Controls

The query is being used by the following controls: