RuleGroupRuleStatementOrStatementArgs

data class RuleGroupRuleStatementOrStatementArgs(val statements: Output<List<RuleGroupRuleStatementOrStatementStatementArgs>>) : ConvertibleToJava<RuleGroupRuleStatementOrStatementArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

The statements to combine with OR logic. You can use any statements that can be nested. See Statement above for details.