ConfigRuleSourceDetail

data class ConfigRuleSourceDetail(val eventSource: String, val maximumExecutionFrequency: String? = null, val messageType: String)

Source and message type that can trigger the rule

Constructors

Link copied to clipboard
fun ConfigRuleSourceDetail(eventSource: String, maximumExecutionFrequency: String? = null, messageType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Source of event that can trigger the rule

Link copied to clipboard

Frequency at which the rule has to be evaluated

Link copied to clipboard

Notification type that can trigger the rule