AWS::Lambda::EventSourceMapping LoggingConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Lambda::EventSourceMapping LoggingConfig

The function's Amazon CloudWatch Logs configuration settings.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "SystemLogLevel" : String }

YAML

SystemLogLevel: String

Properties

SystemLogLevel

Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.

Required: No

Type: String

Allowed values: DEBUG | INFO | WARN

Update requires: No interruption