StepFunctionsAction - AWS IoT

StepFunctionsAction

Starts execution of a Step Functions state machine.

Contents

roleArn

The ARN of the role that grants IoT permission to start execution of a state machine ("Action":"states:StartExecution").

Type: String

Required: Yes

stateMachineName

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

Type: String

Required: Yes

executionNamePrefix

(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.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: