turbot/steampipe-mod-aws-compliance

Query: lambda_function_logging_config_enabled

Usage

powerpipe query aws_compliance.query.lambda_function_logging_config_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when logging_config is null then 'alarm'
else 'ok'
end as status,
case
when logging_config is null then title || ' logging config is not enabled.'
else title || ' logging config is enabled.'
end as reason
, region, account_id
from
aws_lambda_function;

Controls

The query is being used by the following controls: