Notification interface
Describes the notification channel for cluster events.
Properties
| is |
Indicates if the notification is enabled. |
| notification |
The category of notification. |
| notification |
The level of notification. |
| notification |
List of targets that subscribe to the notification. |
Property Details
isEnabled
Indicates if the notification is enabled.
isEnabled: boolean
Property Value
boolean
notificationCategory
The category of notification.
notificationCategory: "WaveProgress"
Property Value
"WaveProgress"
notificationLevel
The level of notification.
notificationLevel: "Critical" | "All"
Property Value
"Critical" | "All"
notificationTargets
List of targets that subscribe to the notification.
notificationTargets: NotificationTarget[]