SizeConstraintSetSizeConstraintFieldToMatch

data class SizeConstraintSetSizeConstraintFieldToMatch(val data: String? = null, val type: String)

Constructors

constructor(data: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val data: String? = null

When the type is HEADER, specify the name of the header that you want to search using the data field, for example, User-Agent or Referer. If the type is any other value, you can omit this field.

Link copied to clipboard

Part of the web request that you want AWS WAF to search for a specified string. For example, HEADER, METHOD, or BODY. See the docs for all supported values.