EmailNotificationArgs

data class EmailNotificationArgs(val customEmails: Output<List<String>>? = null, val sendToSubscriptionAdministrator: Output<Boolean>? = null, val sendToSubscriptionCoAdministrators: Output<Boolean>? = null) : ConvertibleToJava<EmailNotificationArgs>

Email notification of an autoscale event.

Constructors

Link copied to clipboard
constructor(customEmails: Output<List<String>>? = null, sendToSubscriptionAdministrator: Output<Boolean>? = null, sendToSubscriptionCoAdministrators: Output<Boolean>? = null)

Properties

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

the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.

Link copied to clipboard

a value indicating whether to send email to subscription administrator.

Link copied to clipboard

a value indicating whether to send email to subscription co-administrators.

Functions

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