RuleGroupAndStatementArgs

data class RuleGroupAndStatementArgs(val statements: Output<List<RuleGroupStatementArgs>>) : ConvertibleToJava<RuleGroupAndStatementArgs>

Constructors

Link copied to clipboard
constructor(statements: Output<List<RuleGroupStatementArgs>>)

Properties

Link copied to clipboard

The statements to combine with AND logic. You can use any statements that can be nested.

Functions

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