Class DurableConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.DurableConfig.Jsii$Proxy
- All Implemented Interfaces:
DurableConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DurableConfig
@Stability(Stable)
@Internal
public static final class DurableConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DurableConfig
An implementation for
DurableConfig-
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.DurableConfig
DurableConfig.Builder, DurableConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DurableConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theDurableConfig.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 DurationThe amount of time that Lambda allows a durable function to run before stopping it.final DurationThe number of days after a durable execution is closed that Lambda retains its history.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 theDurableConfig.Builder.
-
-
Method Details
-
getExecutionTimeout
Description copied from interface:DurableConfigThe amount of time that Lambda allows a durable function to run before stopping it.Must be between 1 and 31,622,400 seconds (366 days).
- Specified by:
getExecutionTimeoutin interfaceDurableConfig
-
getRetentionPeriod
Description copied from interface:DurableConfigThe number of days after a durable execution is closed that Lambda retains its history.Must be between 1 and 90 days.
The underlying configuration is expressed in whole numbers of days. Providing a Duration that does not represent a whole number of days will result in a runtime or deployment error.
Default: Duration.days(14)
- Specified by:
getRetentionPeriodin interfaceDurableConfig
-
$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()
-