TopicRuleStepFunctionsAction

data class TopicRuleStepFunctionsAction(val executionNamePrefix: String? = null, val roleArn: String, val stateMachineName: String)

Constructors

Link copied to clipboard
constructor(executionNamePrefix: String? = null, roleArn: String, stateMachineName: String)

Types

Link copied to clipboard
object Companion

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 ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").

Link copied to clipboard

The name of the Step Functions state machine whose execution will be started.