durableExecutionName
A unique name for the durable execution. If you invoke a durable function using a name that already exists with the same payload, Lambda returns the existing execution instead of creating a duplicate. If the payload differs, Lambda returns a DurableExecutionAlreadyStartedException error.
If not specified, Lambda generates a unique identifier automatically. For more information, see Execution names.