GatewayRouteSpecHttpRouteMatchQueryParameterMatchArgs

data class GatewayRouteSpecHttpRouteMatchQueryParameterMatchArgs(val exact: Output<String>? = null) : ConvertibleToJava<GatewayRouteSpecHttpRouteMatchQueryParameterMatchArgs>

Constructors

constructor(exact: Output<String>? = null)

Properties

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

Header value sent by the client must match the specified value exactly.

Functions

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