ByteMatchSetByteMatchTuple

data class ByteMatchSetByteMatchTuple(val fieldToMatch: ByteMatchSetByteMatchTupleFieldToMatch, val positionalConstraint: String, val targetString: String? = null, val textTransformation: String)

Constructors

Link copied to clipboard
fun ByteMatchSetByteMatchTuple(fieldToMatch: ByteMatchSetByteMatchTupleFieldToMatch, positionalConstraint: String, targetString: String? = null, textTransformation: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Settings for the ByteMatchTuple. FieldToMatch documented below.

Link copied to clipboard

Within the portion of a web request that you want to search.

Link copied to clipboard
val targetString: String? = null

The value that you want AWS WAF to search for. The maximum length of the value is 50 bytes.

Link copied to clipboard

The formatting way for web request.