or Statement
suspend fun orStatement(value: Output<WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementArgs>)
suspend fun orStatement(value: WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementArgs?)
Parameters
value
Logical rule statement used to combine other rule statements with OR logic. See or_statement
below for details.
suspend fun orStatement(argument: suspend WebAclRuleStatementRateBasedStatementScopeDownStatementNotStatementStatementOrStatementArgsBuilder.() -> Unit)
Parameters
argument
Logical rule statement used to combine other rule statements with OR logic. See or_statement
below for details.