RuleGroupHeaderMatchPatternArgs

data class RuleGroupHeaderMatchPatternArgs(val all: Output<Any>? = null, val excludedHeaders: Output<List<String>>? = null, val includedHeaders: Output<List<String>>? = null) : ConvertibleToJava<RuleGroupHeaderMatchPatternArgs>

The pattern to look for in the request headers.

Constructors

Link copied to clipboard
fun RuleGroupHeaderMatchPatternArgs(all: Output<Any>? = null, excludedHeaders: Output<List<String>>? = null, includedHeaders: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val all: Output<Any>? = null

Inspect all parts of the web request headers.

Link copied to clipboard
val excludedHeaders: Output<List<String>>? = null
Link copied to clipboard
val includedHeaders: Output<List<String>>? = null