turbot/aws_compliance

Query: ssm_parameter_encryption_enabled

Usage

powerpipe query aws_compliance.query.ssm_parameter_encryption_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when type = 'SecureString' then 'ok'
else 'alarm'
end as status,
case
when type = 'SecureString' then title || ' encryption enabled.'
else title || ' encryption disabled.'
end as reason,
region,
account_id
from
aws_ssm_parameter;

Controls

The query is being used by the following controls: