RuleGroupRuleStatementOrStatementStatementAndStatementArgs

data class RuleGroupRuleStatementOrStatementStatementAndStatementArgs(val statements: Output<List<RuleGroupRuleStatementOrStatementStatementAndStatementStatementArgs>>) : ConvertibleToJava<RuleGroupRuleStatementOrStatementStatementAndStatementArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

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