StartSyncExecutionRequest

Types

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

Properties

Link copied to clipboard

If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt permission to decrypt the definition. Alternatively, you can call the API with includedData = METADATA_ONLY to get a successful response without the encrypted definition.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the execution.

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