ListenerRuleMatchArgs

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

Constructors

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

Properties

Link copied to clipboard

The HTTP criteria that a rule must match. See http_match Block for details.

Functions

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