Notification Class

Describes the notification channel for cluster events.

All required parameters must be populated in order to send to Azure.

Constructor

Notification(*, is_enabled: bool, notification_category: str | _models.NotificationCategory, notification_level: str | _models.NotificationLevel, notification_targets: List[_models.NotificationTarget], **kwargs: Any)

Keyword-Only Parameters

Name Description
is_enabled

Indicates if the notification is enabled. Required.

notification_category

The category of notification. Required. "WaveProgress"

notification_level

The level of notification. Required. Known values are: "Critical" and "All".

notification_targets

List of targets that subscribe to the notification. Required.

Variables

Name Description
is_enabled

Indicates if the notification is enabled. Required.

notification_category

The category of notification. Required. "WaveProgress"

notification_level

The level of notification. Required. Known values are: "Critical" and "All".

notification_targets

List of targets that subscribe to the notification. Required.