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>
Constructors
Link copied to clipboard
fun AutoscaleSettingNotificationEmailArgs(customEmails: Output<List<String>>? = null, sendToSubscriptionAdministrator: Output<Boolean>? = null, sendToSubscriptionCoAdministrator: Output<Boolean>? = null)