AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class DurableConfig
The DurableConfig type exposes the following members
| Name | Description | |
|---|---|---|
|
DurableConfig() |
| Name | Type | Description | |
|---|---|---|---|
|
ExecutionTimeout | System.Nullable<System.Int32> |
Gets and sets the property 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. |
|
KMSKeyArn | System.String |
Gets and sets the property 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. |
|
RetentionPeriodInDays | System.Nullable<System.Int32> |
Gets and sets the property 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. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer