WebAclLoggingConfigurationRedactedFieldsFieldToMatchArgs

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

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 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
val type: Output<String>

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

Functions

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