DurableConfig - Amazon Lambda
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DurableConfig

Configuration settings for durable functions, including execution timeout and retention period for execution history.

Contents

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.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 31622400.

Required: No

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.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 90.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: