pulumi-kubernetes-kotlin
4.6.1.0
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.
Constructors
Functions
Properties
Constructors
Sleep
Action
Patch
Args
Link copied to clipboard
fun
SleepActionPatchArgs
(
seconds
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SleepActionPatchArgs
Properties
seconds
Link copied to clipboard
val
seconds
:
Output
<
Int
>
?
=
null
Seconds is the number of seconds to sleep.