StatefulRuleArgs

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)

Properties

Link copied to clipboard
val action: Output<Either<String, StatefulRuleAction>>? = null

Property action

Link copied to clipboard
val header: Output<HeaderArgs>? = null

Property header

Link copied to clipboard
val ruleOptions: Output<List<RuleOptionArgs>>? = null

Property ruleOptions

Functions

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