Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-loggingconfig.html

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

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-loggingconfig.html#cfn-lambda-eventsourcemapping-loggingconfig-systemloglevel

Back to top Generated by DocFX