Autoscale Notification Args
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)