ListenerRuleMatchHttpMatchHeaderMatchArgs

data class ListenerRuleMatchHttpMatchHeaderMatchArgs(val caseSensitive: Output<Boolean>? = null, val match: Output<ListenerRuleMatchHttpMatchHeaderMatchMatchArgs>, val name: Output<String>) : ConvertibleToJava<ListenerRuleMatchHttpMatchHeaderMatchArgs>

Constructors

constructor(caseSensitive: Output<Boolean>? = null, match: Output<ListenerRuleMatchHttpMatchHeaderMatchMatchArgs>, name: Output<String>)

Properties

Link copied to clipboard
val caseSensitive: Output<Boolean>? = null

Indicates whether the match is case sensitive. Default is false.

Link copied to clipboard

The header match type. See Header Match match Block for details.

Link copied to clipboard
val name: Output<String>

The name of the header.

Functions

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