byteMatchTuples

@JvmName(name = "otmasggokqcehjsu")
suspend fun byteMatchTuples(value: Output<List<ByteMatchSetByteMatchTupleArgs>>)
@JvmName(name = "anpdrcxsfbeesudg")
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 = "gwgnecrrorpwosqv")
suspend fun byteMatchTuples(vararg values: Output<ByteMatchSetByteMatchTupleArgs>)


@JvmName(name = "jvarorbwldgbkksd")
suspend fun byteMatchTuples(values: List<Output<ByteMatchSetByteMatchTupleArgs>>)
@JvmName(name = "mmkbnnqaromkaprg")
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 = "gcenhfmanajlhnlf")
suspend fun byteMatchTuples(argument: List<suspend ByteMatchSetByteMatchTupleArgsBuilder.() -> Unit>)
@JvmName(name = "prqvkuqdcvsqipaq")
suspend fun byteMatchTuples(vararg argument: suspend ByteMatchSetByteMatchTupleArgsBuilder.() -> Unit)
@JvmName(name = "xtbhbwnltmjirgnm")
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.