toggle menu
pulumi-kubernetes-kotlin
4.23.0.0
jvm
switch theme
search in API
pulumi-kubernetes-kotlin
/
com.pulumi.kubernetes.core.v1.kotlin.inputs
/
SleepActionPatchArgs
Sleep
Action
Patch
Args
data
class
SleepActionPatchArgs
(
val
seconds
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
SleepActionPatchArgs
>
SleepAction describes a "sleep" action.
Members
Constructors
Sleep
Action
Patch
Args
Link copied to clipboard
constructor
(
seconds
:
Output
<
Int
>
?
=
null
)
Properties
seconds
Link copied to clipboard
val
seconds
:
Output
<
Int
>
?
=
null
Seconds is the number of seconds to sleep.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SleepActionPatchArgs