turbot/steampipe-mod-aws-compliance

Query: appsync_graphql_api_cache_encryption_in_transit_enabled

Usage

powerpipe query aws_compliance.query.appsync_graphql_api_cache_encryption_in_transit_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when (api_cache ->> 'TransitEncryptionEnabled')::bool then 'ok'
else 'alarm'
end as status,
case
when (api_cache ->> 'TransitEncryptionEnabled')::bool then title || ' encryption in transit enabled.'
else name || ' encryption in transit disabled.'
end as reason
, region, account_id
from
aws_appsync_graphql_api;

Controls

The query is being used by the following controls: