Interface CfnEventSourceMapping.LoggingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventSourceMapping.LoggingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnEventSourceMapping
@Stability(Stable)
public static interface CfnEventSourceMapping.LoggingConfigProperty
extends software.amazon.jsii.JsiiSerializable
The function's Amazon CloudWatch Logs configuration settings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lambda.*;
LoggingConfigProperty loggingConfigProperty = LoggingConfigProperty.builder()
.systemLogLevel("systemLogLevel")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventSourceMapping.LoggingConfigPropertystatic final classAn implementation forCfnEventSourceMapping.LoggingConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSystemLogLevel
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
DEBUGis the highest level andWARNis the lowest.- See Also:
-
builder
-