GatewayRouteSpecHttpRouteMatchHeaderArgs

data class GatewayRouteSpecHttpRouteMatchHeaderArgs(val invert: Output<Boolean>? = null, val match: Output<GatewayRouteSpecHttpRouteMatchHeaderMatchArgs>? = null, val name: Output<String>) : ConvertibleToJava<GatewayRouteSpecHttpRouteMatchHeaderArgs>

Constructors

Link copied to clipboard
constructor(invert: Output<Boolean>? = null, match: Output<GatewayRouteSpecHttpRouteMatchHeaderMatchArgs>? = null, name: Output<String>)

Properties

Link copied to clipboard
val invert: Output<Boolean>? = null

If true, the match is on the opposite of the match method and value. Default is false.

Link copied to clipboard

Method and value to match the header value sent with a request. Specify one match method.

Link copied to clipboard
val name: Output<String>

Name for the HTTP header in the client request that will be matched on.

Functions

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