Rule Group Rule Statement Regex Match Statement Args
data class RuleGroupRuleStatementRegexMatchStatementArgs(val fieldToMatch: Output<RuleGroupRuleStatementRegexMatchStatementFieldToMatchArgs>? = null, val regexString: Output<String>, val textTransformations: Output<List<RuleGroupRuleStatementRegexMatchStatementTextTransformationArgs>>) : ConvertibleToJava<RuleGroupRuleStatementRegexMatchStatementArgs>
Constructors
Link copied to clipboard
fun RuleGroupRuleStatementRegexMatchStatementArgs(fieldToMatch: Output<RuleGroupRuleStatementRegexMatchStatementFieldToMatchArgs>? = null, regexString: Output<String>, textTransformations: Output<List<RuleGroupRuleStatementRegexMatchStatementTextTransformationArgs>>)
Functions
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.
Link copied to clipboard