StepFunctionsAction

Starts execution of a Step Functions state machine.

Types

Link copied to clipboard
class Builder
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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String