not Statement
suspend fun notStatement(value: Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementArgs>)
suspend fun notStatement(value: RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementArgs?)
Parameters
value
A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.
suspend fun notStatement(argument: suspend RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementArgsBuilder.() -> Unit)
Parameters
argument
A logical rule statement used to negate the results of another rule statement. See NOT Statement below for details.