regex Match Statement
suspend fun regexMatchStatement(value: Output<RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexMatchStatementArgs>)
suspend fun regexMatchStatement(value: RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexMatchStatementArgs?)
Parameters
value
A 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 RuleGroupRuleStatementRateBasedStatementScopeDownStatementAndStatementStatementRegexMatchStatementArgsBuilder.() -> Unit)
Parameters
argument
A rule statement used to search web request components for a match against a single regular expression. See Regex Match Statement below for details.