SleepActionPatchArgs

data class SleepActionPatchArgs(val seconds: Output<Int>? = null) : ConvertibleToJava<SleepActionPatchArgs>

SleepAction describes a "sleep" action.

Constructors

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

Properties

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

Seconds is the number of seconds to sleep.

Functions

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