sql Injection Match Tuples
suspend fun sqlInjectionMatchTuples(value: Output<List<SqlInjectionMatchSetSqlInjectionMatchTupleArgs>>)
Parameters
value
The parts of web requests that you want AWS WAF to inspect for malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
suspend fun sqlInjectionMatchTuples(vararg values: Output<SqlInjectionMatchSetSqlInjectionMatchTupleArgs>)
suspend fun sqlInjectionMatchTuples(values: List<Output<SqlInjectionMatchSetSqlInjectionMatchTupleArgs>>)
Parameters
values
The parts of web requests that you want AWS WAF to inspect for malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
suspend fun sqlInjectionMatchTuples(argument: List<suspend SqlInjectionMatchSetSqlInjectionMatchTupleArgsBuilder.() -> Unit>)
suspend fun sqlInjectionMatchTuples(vararg argument: suspend SqlInjectionMatchSetSqlInjectionMatchTupleArgsBuilder.() -> Unit)
suspend fun sqlInjectionMatchTuples(argument: suspend SqlInjectionMatchSetSqlInjectionMatchTupleArgsBuilder.() -> Unit)
Parameters
argument
The parts of web requests that you want AWS WAF to inspect for malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.