Skip to content

/AWS1/CL_LMDDURABLECONFIG

Configuration settings for durable functions, including execution timeout, retention period for execution history, and an optional ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_kmskeyarn TYPE /AWS1/LMDKMSKEYARN /AWS1/LMDKMSKEYARN

The ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.

iv_retentionperiodindays TYPE /AWS1/LMDRETENTIONPERIODINDAYS /AWS1/LMDRETENTIONPERIODINDAYS

The number of days to retain execution history after a durable execution completes. After this period, execution history is no longer available through the GetDurableExecutionHistory API.

iv_executiontimeout TYPE /AWS1/LMDEXECUTIONTIMEOUT /AWS1/LMDEXECUTIONTIMEOUT

The maximum time (in seconds) that a durable execution can run before timing out. This timeout applies to the entire durable execution, not individual function invocations.


Queryable Attributes

KMSKeyArn

The ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.

Accessible with the following methods

Method Description
GET_KMSKEYARN() Getter for KMSKEYARN, with configurable default
ASK_KMSKEYARN() Getter for KMSKEYARN w/ exceptions if field has no value
HAS_KMSKEYARN() Determine if KMSKEYARN has a value

RetentionPeriodInDays

The number of days to retain execution history after a durable execution completes. After this period, execution history is no longer available through the GetDurableExecutionHistory API.

Accessible with the following methods

Method Description
GET_RETENTIONPERIODINDAYS() Getter for RETENTIONPERIODINDAYS, with configurable default
ASK_RETENTIONPERIODINDAYS() Getter for RETENTIONPERIODINDAYS w/ exceptions if field has
HAS_RETENTIONPERIODINDAYS() Determine if RETENTIONPERIODINDAYS has a value

ExecutionTimeout

The maximum time (in seconds) that a durable execution can run before timing out. This timeout applies to the entire durable execution, not individual function invocations.

Accessible with the following methods

Method Description
GET_EXECUTIONTIMEOUT() Getter for EXECUTIONTIMEOUT, with configurable default
ASK_EXECUTIONTIMEOUT() Getter for EXECUTIONTIMEOUT w/ exceptions if field has no va
HAS_EXECUTIONTIMEOUT() Determine if EXECUTIONTIMEOUT has a value