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