byteMatchTuples

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


@JvmName(name = "vlptkvhvevrshdca")
suspend fun byteMatchTuples(values: List<Output<ByteMatchSetByteMatchTupleArgs>>)
@JvmName(name = "qqjrhemirroerpyt")
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 = "kaxeglpdudwnsixd")
suspend fun byteMatchTuples(argument: List<suspend ByteMatchSetByteMatchTupleArgsBuilder.() -> Unit>)
@JvmName(name = "ppvacxxmhduhkxgl")
suspend fun byteMatchTuples(vararg argument: suspend ByteMatchSetByteMatchTupleArgsBuilder.() -> Unit)
@JvmName(name = "erceeqaetghdebqn")
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.