statements
suspend fun statements(value: Output<List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementArgs>>)
suspend fun statements(value: List<RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementArgs>)
Parameters
value
The statements to combine with AND
logic. You can use any statements that can be nested. See Statement above for details.
suspend fun statements(vararg values: Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementArgs>)
suspend fun statements(values: List<Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementArgs>>)
suspend fun statements(vararg values: RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementArgs)
Parameters
values
The statements to combine with AND
logic. You can use any statements that can be nested. See Statement above for details.
suspend fun statements(argument: List<suspend RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementArgsBuilder.() -> Unit>)
suspend fun statements(vararg argument: suspend RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementArgsBuilder.() -> Unit)
suspend fun statements(argument: suspend RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementArgsBuilder.() -> Unit)
Parameters
argument
The statements to combine with AND
logic. You can use any statements that can be nested. See Statement above for details.