Rule Group Stateful Rule Args
data class RuleGroupStatefulRuleArgs(val action: Output<RuleGroupStatefulRuleAction>, val header: Output<RuleGroupHeaderArgs>, val ruleOptions: Output<List<RuleGroupRuleOptionArgs>>) : ConvertibleToJava<RuleGroupStatefulRuleArgs>
Constructors
Link copied to clipboard
fun RuleGroupStatefulRuleArgs(action: Output<RuleGroupStatefulRuleAction>, header: Output<RuleGroupHeaderArgs>, ruleOptions: Output<List<RuleGroupRuleOptionArgs>>)