ListenerRuleMatchHttpMatchPathMatchArgs

data class ListenerRuleMatchHttpMatchPathMatchArgs(val caseSensitive: Output<Boolean>? = null, val match: Output<ListenerRuleMatchHttpMatchPathMatchMatchArgs>) : ConvertibleToJava<ListenerRuleMatchHttpMatchPathMatchArgs>

Constructors

Link copied to clipboard
constructor(caseSensitive: Output<Boolean>? = null, match: Output<ListenerRuleMatchHttpMatchPathMatchMatchArgs>)

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.

Functions

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