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.
Constructors
Link copied to clipboard
fun WebhookNotificationArgs(properties: Output<Map<String, String>>? = null, serviceUri: Output<String>? = null)