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