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