Class CfnFunction.LoggingConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnFunction.LoggingConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunction.LoggingConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFunction.LoggingConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFunction.LoggingConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunction.LoggingConfigProperty
An implementation for
CfnFunction.LoggingConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnFunction.LoggingConfigProperty
CfnFunction.LoggingConfigProperty.Builder, CfnFunction.LoggingConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFunction.LoggingConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
Set this property to filter the application logs for your function that Lambda sends to CloudWatch.final String
The format in which Lambda sends your function's application and system logs to CloudWatch.final String
The name of the Amazon CloudWatch log group the function sends logs to.final String
Set this property to filter the system logs for your function that Lambda sends to CloudWatch.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFunction.LoggingConfigProperty.Builder
.
-
-
Method Details
-
getApplicationLogLevel
Description copied from interface:CfnFunction.LoggingConfigProperty
Set this property to filter the application logs for your function that Lambda sends to CloudWatch.Lambda only sends application logs at the selected level of detail and lower, where
TRACE
is the highest level andFATAL
is the lowest. -
getLogFormat
Description copied from interface:CfnFunction.LoggingConfigProperty
The format in which Lambda sends your function's application and system logs to CloudWatch.Select between plain text and structured JSON.
-
getLogGroup
Description copied from interface:CfnFunction.LoggingConfigProperty
The name of the Amazon CloudWatch log group the function sends logs to.By default, Lambda functions send logs to a default log group named
/aws/lambda/<function name>
. To use a different log group, enter an existing log group or enter a new log group name. -
getSystemLogLevel
Description copied from interface:CfnFunction.LoggingConfigProperty
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 andWARN
is the lowest. -
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-