ScheduleNotificationSettingsArgs

data class ScheduleNotificationSettingsArgs(val status: Output<String>? = null, val timeInMinutes: Output<Int>? = null, val webhookUrl: Output<String>? = null) : ConvertibleToJava<ScheduleNotificationSettingsArgs>

Constructors

Link copied to clipboard
constructor(status: Output<String>? = null, timeInMinutes: Output<Int>? = null, webhookUrl: Output<String>? = null)

Properties

Link copied to clipboard
val status: Output<String>? = null

The status of the notification. Possible values are Enabled and Disabled. Defaults to Disabled

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

Time in minutes before event at which notification will be sent.

Link copied to clipboard
val webhookUrl: Output<String>? = null

The webhook URL to which the notification will be sent.

Functions

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