toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.glue.kotlin.inputs
/
JobNotificationPropertyArgs
Job
Notification
Property
Args
data
class
JobNotificationPropertyArgs
(
val
notifyDelayAfter
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
JobNotificationPropertyArgs
>
Members
Constructors
Job
Notification
Property
Args
Link copied to clipboard
constructor
(
notifyDelayAfter
:
Output
<
Int
>
?
=
null
)
Properties
notify
Delay
After
Link copied to clipboard
val
notifyDelayAfter
:
Output
<
Int
>
?
=
null
After a job run starts, the number of minutes to wait before sending a job run delay notification.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
JobNotificationPropertyArgs