Topic Rule Step Functions Action
data class TopicRuleStepFunctionsAction(val executionNamePrefix: String? = null, val roleArn: String, val stateMachineName: String)
Properties
Link copied to clipboard
(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.
Link copied to clipboard
The name of the Step Functions state machine whose execution will be started.