Webhook Notification Args
data class WebhookNotificationArgs(val properties: Output<Map<String, String>>? = null, val serviceUri: Output<String>? = null) : ConvertibleToJava<WebhookNotificationArgs>
Webhook notification of an autoscale event.