ByteMatchSetByteMatchTupleArgs

data class ByteMatchSetByteMatchTupleArgs(val fieldToMatch: Output<ByteMatchSetByteMatchTupleFieldToMatchArgs>, val positionalConstraint: Output<String>, val targetString: Output<String>? = null, val textTransformation: Output<String>) : ConvertibleToJava<ByteMatchSetByteMatchTupleArgs>

Constructors

Link copied to clipboard
constructor(fieldToMatch: Output<ByteMatchSetByteMatchTupleFieldToMatchArgs>, positionalConstraint: Output<String>, targetString: Output<String>? = null, textTransformation: Output<String>)

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: Output<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. FieldToMatch(field_to_match) support following:

Functions

Link copied to clipboard
open override fun toJava(): ByteMatchSetByteMatchTupleArgs