Autoscale Setting Notification Args
data class AutoscaleSettingNotificationArgs(val email: Output<AutoscaleSettingNotificationEmailArgs>? = null, val webhooks: Output<List<AutoscaleSettingNotificationWebhookArgs>>? = null) : ConvertibleToJava<AutoscaleSettingNotificationArgs>
Constructors
Link copied to clipboard
constructor(email: Output<AutoscaleSettingNotificationEmailArgs>? = null, webhooks: Output<List<AutoscaleSettingNotificationWebhookArgs>>? = null)