AutoscaleSettingNotificationArgs

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)

Properties

Link copied to clipboard

A email block as defined below.

Link copied to clipboard

One or more webhook blocks as defined below.

Functions

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