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 StringApplication log granularity level, can only be used when LogFormat is set to JSON.final StringLog delivery format for the lambda function.final StringThe log group name.final StringSystem log granularity level, can only be used when LogFormat is set to JSON.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.LoggingConfigPropertyApplication log granularity level, can only be used when LogFormat is set to JSON.- Specified by:
getApplicationLogLevelin interfaceCfnFunction.LoggingConfigProperty- See Also:
-
getLogFormat
Description copied from interface:CfnFunction.LoggingConfigPropertyLog delivery format for the lambda function.- Specified by:
getLogFormatin interfaceCfnFunction.LoggingConfigProperty- See Also:
-
getLogGroup
Description copied from interface:CfnFunction.LoggingConfigPropertyThe log group name.- Specified by:
getLogGroupin interfaceCfnFunction.LoggingConfigProperty- See Also:
-
getSystemLogLevel
Description copied from interface:CfnFunction.LoggingConfigPropertySystem log granularity level, can only be used when LogFormat is set to JSON.- 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()
-