WaitStepPropertiesArgs

data class WaitStepPropertiesArgs(val attributes: Output<WaitStepAttributesArgs>, val stepType: Output<String>) : ConvertibleToJava<WaitStepPropertiesArgs>

Defines the properties of a Wait step.

Constructors

Link copied to clipboard
constructor(attributes: Output<WaitStepAttributesArgs>, stepType: Output<String>)

Properties

Link copied to clipboard

The Wait attributes

Link copied to clipboard
val stepType: Output<String>

The type of step. Expected value is 'Wait'.

Functions

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