ByteMatchSetByteMatchTupleFieldToMatchArgs

data class ByteMatchSetByteMatchTupleFieldToMatchArgs(val data: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ByteMatchSetByteMatchTupleFieldToMatchArgs>

Constructors

constructor(data: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard
val data: Output<String>? = null

When the value of Type is HEADER, enter the name of the header that you want AWS WAF to search, for example, User-Agent or Referer. If the value of Type is any other value, omit Data.

Link copied to clipboard
val type: Output<String>

The part of the web request that you want AWS WAF to search for a specified string.

Functions

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