CallbackDetails - 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.

CallbackDetails

Contains details about a callback operation in a durable execution, including the callback token and timeout configuration.

Contents

CallbackId

The callback ID. Callback IDs are generated by the DurableContext when a durable function calls ctx.waitForCallback.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: [A-Za-z0-9+/]+={0,2}

Required: No

Error

An error object that contains details about the failure.

Type: ErrorObject object

Required: No

Result

The response payload from the callback operation as a string.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 6291456.

Required: No

See Also

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