SleepActionArgs

data class SleepActionArgs(val seconds: Output<Int>) : ConvertibleToJava<SleepActionArgs>

SleepAction describes a "sleep" action.

Constructors

Link copied to clipboard
constructor(seconds: Output<Int>)

Properties

Link copied to clipboard
val seconds: Output<Int>

Seconds is the number of seconds to sleep.

Functions

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