GetEventRulesRuleEventPattern

data class GetEventRulesRuleEventPattern(val eventTypeLists: List<String>, val keywordFilters: List<GetEventRulesRuleEventPatternKeywordFilter>, val levelLists: List<String>, val nameLists: List<String>, val product: String, val sqlFilter: String)

Constructors

Link copied to clipboard
constructor(eventTypeLists: List<String>, keywordFilters: List<GetEventRulesRuleEventPatternKeywordFilter>, levelLists: List<String>, nameLists: List<String>, product: String, sqlFilter: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of event types.

Link copied to clipboard
Link copied to clipboard

The list of event levels.

Link copied to clipboard

The list of event names.

Link copied to clipboard

The type of the cloud service.

Link copied to clipboard

The SQL condition that is used to filter events.