turbot/steampipe-mod-aws-compliance

Query: appsync_graphql_api_authentication_without_api_key

Usage

powerpipe query aws_compliance.query.appsync_graphql_api_authentication_without_api_key

Steampipe Tables

SQL

select
arn as resource,
case
when authentication_type = 'API_KEY' then 'alarm'
else 'ok'
end as status,
name || ' uses ' || authentication_type || ' authentication method.' as reason
, region, account_id
from
aws_appsync_graphql_api;

Controls

The query is being used by the following controls: