regex Match Statement
suspend fun regexMatchStatement(value: Output<WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementRegexMatchStatementArgs>)
suspend fun regexMatchStatement(value: WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementRegexMatchStatementArgs?)
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 WebAclRuleStatementManagedRuleGroupStatementScopeDownStatementOrStatementStatementAndStatementStatementRegexMatchStatementArgsBuilder.() -> 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.