WaitStepAttributesArgs

data class WaitStepAttributesArgs(val duration: Output<String>) : ConvertibleToJava<WaitStepAttributesArgs>

The parameters for the wait step.

Constructors

Link copied to clipboard
constructor(duration: Output<String>)

Properties

Link copied to clipboard
val duration: Output<String>

The duration in ISO 8601 format of how long the wait should be.

Functions

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