Stateful Rule Args
data class StatefulRuleArgs(val action: Output<Either<String, StatefulRuleAction>>? = null, val header: Output<HeaderArgs>? = null, val ruleOptions: Output<List<RuleOptionArgs>>? = null) : ConvertibleToJava<StatefulRuleArgs>
Definition of StatefulRule
Constructors
Link copied to clipboard
constructor(action: Output<Either<String, StatefulRuleAction>>? = null, header: Output<HeaderArgs>? = null, ruleOptions: Output<List<RuleOptionArgs>>? = null)