Interface CfnEventSourceMappingPropsMixin.ILoggingConfigProperty
The function's Amazon CloudWatch Logs configuration settings.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lambda
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnEventSourceMappingPropsMixin.ILoggingConfigProperty
Syntax (vb)
Public Interface CfnEventSourceMappingPropsMixin.ILoggingConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Lambda;
var loggingConfigProperty = new LoggingConfigProperty {
SystemLogLevel = "systemLogLevel"
};
Synopsis
Properties
| SystemLogLevel | Set this property to filter the system logs for your function that Lambda sends to CloudWatch. |
Properties
SystemLogLevel
Set this property to filter the system logs for your function that Lambda sends to CloudWatch.
string? SystemLogLevel { get; }
Property Value
Remarks
Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.