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: string
				Property Value
string
		notificationLevel
	 
	The level of notification.
notificationLevel: string
				Property Value
string
		notificationTargets
	 
	List of targets that subscribe to the notification.
notificationTargets: NotificationTarget[]