JobNotificationPropertyArgs

data class JobNotificationPropertyArgs(val notifyDelayAfter: Output<Int>? = null) : ConvertibleToJava<JobNotificationPropertyArgs>

Constructors

Link copied to clipboard
constructor(notifyDelayAfter: Output<Int>? = null)

Properties

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

It is the number of minutes to wait before sending a job run delay notification after a job run starts

Functions

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