byteMatchTuples

@JvmName(name = "htdfrnhduovxbyts")
suspend fun byteMatchTuples(value: Output<List<ByteMatchSetByteMatchTupleArgs>>)
@JvmName(name = "rkbwgvfbdbqdlfsx")
suspend fun byteMatchTuples(value: List<ByteMatchSetByteMatchTupleArgs>?)

Parameters

value

Settings for the ByteMatchSet, such as the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests. ByteMatchTuple documented below.


@JvmName(name = "akykdhpokovwbybh")
suspend fun byteMatchTuples(vararg values: Output<ByteMatchSetByteMatchTupleArgs>)


@JvmName(name = "makijtiotaoyljyx")
suspend fun byteMatchTuples(values: List<Output<ByteMatchSetByteMatchTupleArgs>>)
@JvmName(name = "rdhprxecceaakmxt")
suspend fun byteMatchTuples(vararg values: ByteMatchSetByteMatchTupleArgs)

Parameters

values

Settings for the ByteMatchSet, such as the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests. ByteMatchTuple documented below.


@JvmName(name = "lftpteclqxacrugg")
suspend fun byteMatchTuples(argument: List<suspend ByteMatchSetByteMatchTupleArgsBuilder.() -> Unit>)
@JvmName(name = "wgkryvgbavptqipj")
suspend fun byteMatchTuples(vararg argument: suspend ByteMatchSetByteMatchTupleArgsBuilder.() -> Unit)
@JvmName(name = "ytlflqckgvsrsxbu")
suspend fun byteMatchTuples(argument: suspend ByteMatchSetByteMatchTupleArgsBuilder.() -> Unit)

Parameters

argument

Settings for the ByteMatchSet, such as the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests. ByteMatchTuple documented below.