WebAclLoggingConfigurationRedactedFieldsFieldToMatch

data class WebAclLoggingConfigurationRedactedFieldsFieldToMatch(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 value of type is HEADER, enter the name of the header that you want the WAF to search, for example, User-Agent or Referer. If the value of type is any other value, omit data.

Link copied to clipboard

The part of the web request that you want AWS WAF to search for a specified stringE.g., HEADER or METHOD