WebhookNotificationArgs

data class WebhookNotificationArgs(val properties: Output<Map<String, String>>? = null, val serviceUri: Output<String>? = null) : ConvertibleToJava<WebhookNotificationArgs>

Webhook notification of an autoscale event.

Constructors

Link copied to clipboard
constructor(properties: Output<Map<String, String>>? = null, serviceUri: Output<String>? = null)

Properties

Link copied to clipboard
val properties: Output<Map<String, String>>? = null

a property bag of settings. This value can be empty.

Link copied to clipboard
val serviceUri: Output<String>? = null

the service address to receive the notification.

Functions

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