RuleGroupArgs

data class RuleGroupArgs(val referenceSets: Output<ReferenceSetsArgs>? = null, val ruleVariables: Output<RuleVariablesArgs>? = null, val rulesSource: Output<RulesSourceArgs>? = null, val statefulRuleOptions: Output<StatefulRuleOptionsArgs>? = null) : ConvertibleToJava<RuleGroupArgs>

Definition of RuleGroup

Constructors

Link copied to clipboard
constructor(referenceSets: Output<ReferenceSetsArgs>? = null, ruleVariables: Output<RuleVariablesArgs>? = null, rulesSource: Output<RulesSourceArgs>? = null, statefulRuleOptions: Output<StatefulRuleOptionsArgs>? = null)

Properties

Link copied to clipboard
val referenceSets: Output<ReferenceSetsArgs>? = null

Property referenceSets

Link copied to clipboard
val rulesSource: Output<RulesSourceArgs>? = null

Property rulesSource

Link copied to clipboard
val ruleVariables: Output<RuleVariablesArgs>? = null

Property ruleVariables

Link copied to clipboard

Property statefulRuleOptions

Functions

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