regex Match Statement
suspend fun regexMatchStatement(value: Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementRegexMatchStatementArgs>)
suspend fun regexMatchStatement(value: WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementRegexMatchStatementArgs?)
Parameters
value
Rule statement used to search web request components for a match against a single regular expression. See regex_match_statement
below for details.
suspend fun regexMatchStatement(argument: suspend WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementNotStatementStatementRegexMatchStatementArgsBuilder.() -> Unit)
Parameters
argument
Rule statement used to search web request components for a match against a single regular expression. See regex_match_statement
below for details.