WebhookNotification Class
Webhook notification of an autoscale event.
Constructor
WebhookNotification(*, service_uri: str | None = None, properties: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
service_uri
|
the service address to receive the notification. Default value: None
|
|
properties
|
a property bag of settings. This value can be empty. Default value: None
|