Skip to contents

Stops a running durable execution. The execution transitions to STOPPED status and cannot be resumed. Any in-progress operations are terminated.

See https://www.paws-r-sdk.com/docs/lambda_stop_durable_execution/ for full documentation.

Usage

lambda_stop_durable_execution(DurableExecutionArn, Error = NULL)

Arguments

DurableExecutionArn

[required] The Amazon Resource Name (ARN) of the durable execution.

Error

Optional error details explaining why the execution is being stopped.