turbot/aws_compliance

Query: glue_connection_ssl_enabled

Usage

powerpipe query aws_compliance.query.glue_connection_ssl_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when connection_properties ->> 'JDBC_ENFORCE_SSL' = 'true' then 'ok'
else 'alarm'
end as status,
case
when connection_properties ->> 'JDBC_ENFORCE_SSL' = 'true' then name || ' SSL enabled.'
else name || ' SSL disabled.'
end as reason,
region,
account_id
from
aws_glue_connection;

Controls

The query is being used by the following controls: