RuleGroupNotStatementArgs

data class RuleGroupNotStatementArgs(val statement: Output<RuleGroupStatementArgs>) : ConvertibleToJava<RuleGroupNotStatementArgs>

Constructors

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

Properties

Link copied to clipboard

The statement to negate. You can use any statement that can be nested.

Functions

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