CustomStepDetails

Each step type has its own StepDetails structure.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the step, used as an identifier.

Link copied to clipboard

Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.

Link copied to clipboard

The ARN for the Lambda function that is being called.

Link copied to clipboard

Timeout, in seconds, for the step.

Functions

Link copied to clipboard
inline fun copy(block: CustomStepDetails.Builder.() -> Unit = {}): CustomStepDetails
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