GlobalVMShutdownScheduleNotificationSettingsArgs

data class GlobalVMShutdownScheduleNotificationSettingsArgs(val email: Output<String>? = null, val enabled: Output<Boolean>, val timeInMinutes: Output<Int>? = null, val webhookUrl: Output<String>? = null) : ConvertibleToJava<GlobalVMShutdownScheduleNotificationSettingsArgs>

Constructors

constructor(email: Output<String>? = null, enabled: Output<Boolean>, timeInMinutes: Output<Int>? = null, webhookUrl: Output<String>? = null)

Properties

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

E-mail address to which the notification will be sent.

Link copied to clipboard
val enabled: Output<Boolean>

Whether to enable pre-shutdown notifications. Possible values are true and false.

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

Time in minutes between 15 and 120 before a shutdown event at which a notification will be sent. Defaults to 30.

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(): GlobalVMShutdownScheduleNotificationSettingsArgs