AutoscaleNotificationArgs

data class AutoscaleNotificationArgs(val email: Output<EmailNotificationArgs>? = null, val operation: Output<OperationType>, val webhooks: Output<List<WebhookNotificationArgs>>? = null) : ConvertibleToJava<AutoscaleNotificationArgs>

Autoscale notification.

Constructors

Link copied to clipboard
constructor(email: Output<EmailNotificationArgs>? = null, operation: Output<OperationType>, webhooks: Output<List<WebhookNotificationArgs>>? = null)

Properties

Link copied to clipboard
val email: Output<EmailNotificationArgs>? = null

the email notification.

Link copied to clipboard

the operation associated with the notification and its value must be "scale"

Link copied to clipboard
val webhooks: Output<List<WebhookNotificationArgs>>? = null

the collection of webhook notifications.

Functions

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