RulesEngineRuleArgs

data class RulesEngineRuleArgs(val action: Output<RulesEngineRuleActionArgs>? = null, val matchConditions: Output<List<RulesEngineRuleMatchConditionArgs>>? = null, val name: Output<String>, val priority: Output<Int>) : ConvertibleToJava<RulesEngineRuleArgs>

Constructors

Link copied to clipboard
constructor(action: Output<RulesEngineRuleActionArgs>? = null, matchConditions: Output<List<RulesEngineRuleMatchConditionArgs>>? = null, name: Output<String>, priority: Output<Int>)

Properties

Link copied to clipboard
val action: Output<RulesEngineRuleActionArgs>? = null

An action block as defined below.

Link copied to clipboard

One or more match_condition block as defined below.

Link copied to clipboard
val name: Output<String>

The name of the rule.

Link copied to clipboard
val priority: Output<Int>

Priority of the rule, must be unique per rules engine definition.

Functions

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