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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.CfnFunction.LoggingConfigProperty
CfnFunction.LoggingConfigProperty.Builder, CfnFunction.LoggingConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunction.LoggingConfigProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringSet this property to filter the application logs for your function that Lambda sends to CloudWatch.final StringThe format in which Lambda sends your function's application and system logs to CloudWatch.final StringThe name of the Amazon CloudWatch log group the function sends logs to.final StringSet this property to filter the system logs for your function that Lambda sends to CloudWatch.final inthashCode()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.LoggingConfigPropertySet 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
TRACEis the highest level andFATALis the lowest.- Specified by:
getApplicationLogLevelin interfaceCfnFunction.LoggingConfigProperty- See Also:
-
getLogFormat
Description copied from interface:CfnFunction.LoggingConfigPropertyThe format in which Lambda sends your function's application and system logs to CloudWatch.Select between plain text and structured JSON.
- Specified by:
getLogFormatin interfaceCfnFunction.LoggingConfigProperty- See Also:
-
getLogGroup
Description copied from interface:CfnFunction.LoggingConfigPropertyThe 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.- Specified by:
getLogGroupin interfaceCfnFunction.LoggingConfigProperty- See Also:
-
getSystemLogLevel
Description copied from interface:CfnFunction.LoggingConfigPropertySet 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.- Specified by:
getSystemLogLevelin interfaceCfnFunction.LoggingConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-