turbot/steampipe-mod-aws-compliance

Query: appsync_graphql_api_cache_encryption_at_rest_enabled

Usage

powerpipe query aws_compliance.query.appsync_graphql_api_cache_encryption_at_rest_enabled

Steampipe Tables

SQL

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

Controls

The query is being used by the following controls: