data class DispatchRuleGroupRuleArgs(val groupId: Output<Int>? = null, val groupInterval: Output<Int>, val groupWaitTime: Output<Int>, val groupingFields: Output<List<String>>, val repeatInterval: Output<Int>? = null) : ConvertibleToJava<DispatchRuleGroupRuleArgs>
The fields that are used to group events. Events with the same field content are assigned to a group. Alerts with the same specified grouping field are sent to the handler in separate notifications.
The duration for which the system waits after the first alert is sent. After the duration, all alerts are sent in a single notification to the handler.
The duration for which the system waits after the first alert is sent. After the duration, all alerts are sent in a single notification to the handler.
The silence period of repeated alerts. All alerts are repeatedly sent at specified intervals until the alerts are cleared. The minimum value is 61. Default to 600.