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. Defaults to false.

Link copied to clipboard

The header match type.

Link copied to clipboard
val name: Output<String>

The name of the header.

Functions

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