RegexMatchSetRegexMatchTupleFieldToMatchArgs

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

Constructors

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

Properties

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

When type is HEADER, enter the name of the header that you want to search, e.g., User-Agent or Referer. If type is any other value, omit this field.

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. e.g., HEADER, METHOD or BODY. See docs for all supported values.

Functions

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