HttpRouteMatchRuleArgs

data class HttpRouteMatchRuleArgs(val headers: Output<List<HttpRouteMatchHeaderArgs>>? = null, val path: Output<HttpRouteMatchPathArgs>) : ConvertibleToJava<HttpRouteMatchRuleArgs>

Describes a rule for http route matching.

Constructors

Link copied to clipboard
constructor(headers: Output<List<HttpRouteMatchHeaderArgs>>? = null, path: Output<HttpRouteMatchPathArgs>)

Properties

Link copied to clipboard
val headers: Output<List<HttpRouteMatchHeaderArgs>>? = null

headers and their values to match in request.

Link copied to clipboard

Path to match for routing.

Functions

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