statements
suspend fun statements(value: Output<List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementArgs>>)
suspend fun statements(value: List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementArgs>)
Parameters
value
The statement to negate. You can use any statement that can be nested. See Statement above for details.
suspend fun statements(vararg values: Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementArgs>)
suspend fun statements(values: List<Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementArgs>>)
suspend fun statements(vararg values: RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementArgs)
Parameters
values
The statement to negate. You can use any statement that can be nested. See Statement above for details.
suspend fun statements(argument: List<suspend RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementArgsBuilder.() -> Unit>)
suspend fun statements(vararg argument: suspend RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementArgsBuilder.() -> Unit)
suspend fun statements(argument: suspend RuleGroupRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementArgsBuilder.() -> Unit)
Parameters
argument
The statement to negate. You can use any statement that can be nested. See Statement above for details.