TriggerActionNotificationPropertyArgs

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

Constructors

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

Properties

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

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