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. See header_matches Block for details.

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

The HTTP method type.

Link copied to clipboard

The path match. See path_match Block for details.

Functions

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