Rule Group Rule Statement Regex Match Statement
data class RuleGroupRuleStatementRegexMatchStatement(val fieldToMatch: RuleGroupRuleStatementRegexMatchStatementFieldToMatch? = null, val regexString: String, val textTransformations: List<RuleGroupRuleStatementRegexMatchStatementTextTransformation>)
Constructors
Link copied to clipboard
fun RuleGroupRuleStatementRegexMatchStatement(fieldToMatch: RuleGroupRuleStatementRegexMatchStatementFieldToMatch? = null, regexString: String, textTransformations: List<RuleGroupRuleStatementRegexMatchStatementTextTransformation>)
Types
Properties
Link copied to clipboard
The string representing the regular expression. Note: The fixed quota for the maximum number of characters in each regex pattern is 200, which can't be changed. See AWS WAF quotas for details.