Event Class
An event to be notified for.
Constructor
Event(*, event_name: str | _models.NotificationChannelEventType | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
event_name
|
The event type for which this notification is enabled (i.e. AutoShutdown, Cost). Known values are: "AutoShutdown" and "Cost". Default value: None
|
Variables
| Name | Description |
|---|---|
|
event_name
|
The event type for which this notification is enabled (i.e. AutoShutdown, Cost). Known values are: "AutoShutdown" and "Cost". |