WorkflowStepCustomStepDetailsProperties

data class WorkflowStepCustomStepDetailsProperties(val name: String? = null, val sourceFileLocation: String? = null, val target: String? = null, val timeoutSeconds: Int? = null)

Details for a step that invokes a lambda function.

Constructors

Link copied to clipboard
constructor(name: String? = null, sourceFileLocation: String? = null, target: String? = null, timeoutSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the step, used as an identifier.

Link copied to clipboard

Specifies which file to use as input to the workflow step.

Link copied to clipboard
val target: String? = null

The ARN for the lambda function that is being called.

Link copied to clipboard
val timeoutSeconds: Int? = null

Timeout, in seconds, for the step.