regular Expressions
Parameters
value
One or more blocks of regular expression patterns that you want AWS WAF to search for, such as B[a@]dB[o0]t
. See Regular Expression below for details. A maximum of 10 regular_expression
blocks may be specified.
Parameters
values
One or more blocks of regular expression patterns that you want AWS WAF to search for, such as B[a@]dB[o0]t
. See Regular Expression below for details. A maximum of 10 regular_expression
blocks may be specified.
suspend fun regularExpressions(argument: List<suspend RegexPatternSetRegularExpressionArgsBuilder.() -> Unit>)
suspend fun regularExpressions(vararg argument: suspend RegexPatternSetRegularExpressionArgsBuilder.() -> Unit)
suspend fun regularExpressions(argument: suspend RegexPatternSetRegularExpressionArgsBuilder.() -> Unit)
Parameters
argument
One or more blocks of regular expression patterns that you want AWS WAF to search for, such as B[a@]dB[o0]t
. See Regular Expression below for details. A maximum of 10 regular_expression
blocks may be specified.