Rule Group Args
data class RuleGroupArgs(val referenceSets: Output<RuleGroupReferenceSetsArgs>? = null, val ruleVariables: Output<RuleGroupRuleVariablesArgs>? = null, val rulesSource: Output<RuleGroupRulesSourceArgs>, val statefulRuleOptions: Output<RuleGroupStatefulRuleOptionsArgs>? = null) : ConvertibleToJava<RuleGroupArgs>
Constructors
Link copied to clipboard
fun RuleGroupArgs(referenceSets: Output<RuleGroupReferenceSetsArgs>? = null, ruleVariables: Output<RuleGroupRuleVariablesArgs>? = null, rulesSource: Output<RuleGroupRulesSourceArgs>, statefulRuleOptions: Output<RuleGroupStatefulRuleOptionsArgs>? = null)