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.
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.
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.