Email Notification Args
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.
Properties
Link copied to clipboard
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.