Autoscale Setting Notification Email Args
data class AutoscaleSettingNotificationEmailArgs(val customEmails: Output<List<String>>? = null, val sendToSubscriptionAdministrator: Output<Boolean>? = null, val sendToSubscriptionCoAdministrator: Output<Boolean>? = null) : ConvertibleToJava<AutoscaleSettingNotificationEmailArgs>
Properties
Link copied to clipboard
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
.