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