ListenerRuleMatchHttpMatchArgs

data class ListenerRuleMatchHttpMatchArgs(val headerMatches: Output<List<ListenerRuleMatchHttpMatchHeaderMatchArgs>>? = null, val method: Output<String>? = null, val pathMatch: Output<ListenerRuleMatchHttpMatchPathMatchArgs>? = null) : ConvertibleToJava<ListenerRuleMatchHttpMatchArgs>

Constructors

Link copied to clipboard
constructor(headerMatches: Output<List<ListenerRuleMatchHttpMatchHeaderMatchArgs>>? = null, method: Output<String>? = null, pathMatch: Output<ListenerRuleMatchHttpMatchPathMatchArgs>? = null)

Properties

Link copied to clipboard

The header matches. Matches incoming requests with rule based on request header value before applying rule action.

Link copied to clipboard
val method: Output<String>? = null

The HTTP method type.

Link copied to clipboard

The path match.

Functions

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