executionNamePrefix property

String? executionNamePrefix
final

(Optional) A name will be given to the state machine execution consisting of this prefix followed by a UUID. Step Functions automatically creates a unique name for each state machine execution if one is not provided.

Implementation

final String? executionNamePrefix;