GatewayRouteSpecHttpRouteMatchArgs

data class GatewayRouteSpecHttpRouteMatchArgs(val headers: Output<List<GatewayRouteSpecHttpRouteMatchHeaderArgs>>? = null, val hostname: Output<GatewayRouteSpecHttpRouteMatchHostnameArgs>? = null, val path: Output<GatewayRouteSpecHttpRouteMatchPathArgs>? = null, val port: Output<Int>? = null, val prefix: Output<String>? = null, val queryParameters: Output<List<GatewayRouteSpecHttpRouteMatchQueryParameterArgs>>? = null) : ConvertibleToJava<GatewayRouteSpecHttpRouteMatchArgs>

Constructors

Link copied to clipboard
constructor(headers: Output<List<GatewayRouteSpecHttpRouteMatchHeaderArgs>>? = null, hostname: Output<GatewayRouteSpecHttpRouteMatchHostnameArgs>? = null, path: Output<GatewayRouteSpecHttpRouteMatchPathArgs>? = null, port: Output<Int>? = null, prefix: Output<String>? = null, queryParameters: Output<List<GatewayRouteSpecHttpRouteMatchQueryParameterArgs>>? = null)

Properties

Link copied to clipboard

Client request headers to match on.

Link copied to clipboard

Host name to match on.

Link copied to clipboard

Client request path to match on.

Link copied to clipboard
val port: Output<Int>? = null

The port number to match from the request.

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

Path to match requests with. This parameter must always start with /, which by itself matches all requests to the virtual service name.

Link copied to clipboard

Client request query parameters to match on.

Functions

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