SleepActionPatchArgs

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

SleepAction describes a "sleep" action.

Constructors

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

Functions

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

Properties

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

Seconds is the number of seconds to sleep.