and Statement
suspend fun andStatement(value: Output<WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementArgs>)
suspend fun andStatement(value: WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementArgs?)
Parameters
value
Logical rule statement used to combine other rule statements with AND logic. See and_statement
below for details.
suspend fun andStatement(argument: suspend WebAclRuleStatementAndStatementStatementNotStatementStatementAndStatementArgsBuilder.() -> Unit)
Parameters
argument
Logical rule statement used to combine other rule statements with AND logic. See and_statement
below for details.