AutoscaleSettingNotificationEmailArgs

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

Constructors

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

Properties

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

Specifies a list of custom email addresses to which the email notifications will be sent.

Link copied to clipboard

Should email notifications be sent to the subscription administrator? Defaults to false.

Link copied to clipboard

Should email notifications be sent to the subscription co-administrator? Defaults to false.

Functions

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