EventRuleEventPatternArgs

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

Constructors

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

Properties

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

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

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

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

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

The name of the event-triggered alert rule.

Link copied to clipboard
val product: Output<String>

The type of the cloud service.

Link copied to clipboard
val sqlFilter: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): EventRuleEventPatternArgs