CallbackOptions - AWS Lambda
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

CallbackOptions

Configuration options for callback operations in durable executions, including timeout settings and retry behavior.

Contents

HeartbeatTimeoutSeconds

The heartbeat timeout for the callback operation, in seconds. If not specified or set to 0, heartbeat timeout is disabled.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 99999999.

Required: No

TimeoutSeconds

The timeout for the callback operation in seconds. If not specified or set to 0, the callback has no timeout.

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 99999999.

Required: No

See Also

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