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.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lambda.DurableConfig

    DurableConfig.Builder, DurableConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the DurableConfig.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Duration
    The amount of time that Lambda allows a durable function to run before stopping it.
    final Duration
    The number of days after a durable execution is closed that Lambda retains its history.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(DurableConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DurableConfig.Builder.
  • Method Details

    • getExecutionTimeout

      public final Duration getExecutionTimeout()
      Description copied from interface: DurableConfig
      The 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:
      getExecutionTimeout in interface DurableConfig
    • getRetentionPeriod

      public final Duration getRetentionPeriod()
      Description copied from interface: DurableConfig
      The 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:
      getRetentionPeriod in interface DurableConfig
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object