Topic Rule Step Functions Action Args
data class TopicRuleStepFunctionsActionArgs(val executionNamePrefix: Output<String>? = null, val roleArn: Output<String>, val stateMachineName: Output<String>) : ConvertibleToJava<TopicRuleStepFunctionsActionArgs>
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.