ListenerRuleMatchArgs

data class ListenerRuleMatchArgs(val httpMatch: Output<ListenerRuleMatchHttpMatchArgs>? = null) : ConvertibleToJava<ListenerRuleMatchArgs>

Constructors

Link copied to clipboard
constructor(httpMatch: Output<ListenerRuleMatchHttpMatchArgs>? = null)

Properties

Link copied to clipboard

The HTTP criteria that a rule must match.

Functions

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