Available in Classic and VPC
This is the notification recipient group information required when creating or editing an event rule.
Syntax
The syntax is as follows:
private Integer groupNum;
private String groupName;
private Set<NotifyType> notifyTypes;
private Integer reminderTime;
private boolean enableNotiWhenEventClose;
Field
The following describes the fields:
Field | Type | Required | Description |
---|---|---|---|
groupNum |
Long | - | Notification recipient group number |
groupName |
String | - | Notification recipient group name |
notifyTypes |
Set<NotifyType> | - | Notification method
|
reminderTime |
Integer | - | Reminder notification frequency
|
enableNotiWhenEventClose |
Boolean | - | Whether to use end notification
|