EventRuleEventPattern

data class EventRuleEventPattern(val eventTypeLists: List<String>? = null, val levelLists: List<String>? = null, val nameLists: List<String>? = null, val product: String, val sqlFilter: String? = null)

Constructors

Link copied to clipboard
constructor(eventTypeLists: List<String>? = null, levelLists: List<String>? = null, nameLists: List<String>? = null, product: String, sqlFilter: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val eventTypeLists: List<String>? = null

The type of the event-triggered alert rule. Valid values:

Link copied to clipboard
val levelLists: List<String>? = null

The level of the event-triggered alert rule. Valid values:

Link copied to clipboard
val nameLists: List<String>? = null

The name of the event-triggered alert rule.

Link copied to clipboard

The type of the cloud service.

Link copied to clipboard
val sqlFilter: String? = null

The SQL condition that is used to filter events. If the content of an event meets the specified SQL condition, an alert is automatically triggered.