toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.core.v1.kotlin.outputs
/
SleepActionPatch
Sleep
Action
Patch
data
class
SleepActionPatch
(
val
seconds
:
Int
?
=
null
)
SleepAction describes a "sleep" action.
Members
Constructors
Sleep
Action
Patch
Link copied to clipboard
constructor
(
seconds
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
seconds
Link copied to clipboard
val
seconds
:
Int
?
=
null
Seconds is the number of seconds to sleep.