StartExecutionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The string that contains the JSON input data for the execution, for example:

Link copied to clipboard
val name: String?

Optional name of the execution. This name must be unique for your Amazon Web Services account, Region, and state machine for 90 days. For more information, see Limits Related to State Machine Executions in the Step Functions Developer Guide.

Link copied to clipboard

The Amazon Resource Name (ARN) of the state machine to execute.

Link copied to clipboard

Passes the X-Ray trace header. The trace header can also be passed in the request payload.

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