Class CfnFunction.DurableConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.CfnFunction.DurableConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFunction.DurableConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFunction.DurableConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFunction.DurableConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFunction.DurableConfigProperty
An implementation for
CfnFunction.DurableConfigProperty-
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.DurableConfigProperty
CfnFunction.DurableConfigProperty.Builder, CfnFunction.DurableConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFunction.DurableConfigProperty.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 NumberThe amount of time (in seconds) that Lambda allows a durable function to run before stopping it.final NumberThe number of days after a durable execution is closed that Lambda retains its history, from one to 90 days.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.DurableConfigProperty.Builder.
-
-
Method Details
-
getExecutionTimeout
Description copied from interface:CfnFunction.DurableConfigPropertyThe amount of time (in seconds) that Lambda allows a durable function to run before stopping it.The maximum is one 366-day year or 31,622,400 seconds.
- Specified by:
getExecutionTimeoutin interfaceCfnFunction.DurableConfigProperty- See Also:
-
getRetentionPeriodInDays
Description copied from interface:CfnFunction.DurableConfigPropertyThe number of days after a durable execution is closed that Lambda retains its history, from one to 90 days.The default is 14 days.
Default: - 14
- Specified by:
getRetentionPeriodInDaysin interfaceCfnFunction.DurableConfigProperty- 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()
-