AWS SDK Version 4 for .NET
API Reference

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 and retention period for execution history.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.DurableConfig

Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z

Syntax

C#
public class DurableConfig

The DurableConfig type exposes the following members

Constructors

NameDescription
Public Method DurableConfig()

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Version Information

.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