turbot/steampipe-mod-aws-compliance

Query: mskconnect_connector_encryption_in_transit_with_tls_enabled

Usage

powerpipe query aws_compliance.query.mskconnect_connector_encryption_in_transit_with_tls_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when kafka_cluster_encryption_in_transit ->> 'EncryptionType' = 'TLS' then 'ok'
else 'alarm'
end as status,
case
when kafka_cluster_encryption_in_transit ->> 'EncryptionType' = 'TLS' then title || ' encryption in transit enabled.'
else title || ' encryption in transit enabled with plaintext.'
end as reason
, region, account_id
from
aws_mskconnect_connector;

Controls

The query is being used by the following controls: