WorkflowStepCustomStepDetailsPropertiesArgs

data class WorkflowStepCustomStepDetailsPropertiesArgs(val name: Output<String>? = null, val sourceFileLocation: Output<String>? = null, val target: Output<String>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<WorkflowStepCustomStepDetailsPropertiesArgs>

Details for a step that invokes a lambda function.

Constructors

constructor(name: Output<String>? = null, sourceFileLocation: Output<String>? = null, target: Output<String>? = null, timeoutSeconds: Output<Int>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the step, used as an identifier.

Link copied to clipboard
val sourceFileLocation: Output<String>? = null

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

Link copied to clipboard
val target: Output<String>? = null

The ARN for the lambda function that is being called.

Link copied to clipboard
val timeoutSeconds: Output<Int>? = null

Timeout, in seconds, for the step.

Functions

Link copied to clipboard
open override fun toJava(): WorkflowStepCustomStepDetailsPropertiesArgs