GatewayRouteSpecHttp2RouteMatchArgs

data class GatewayRouteSpecHttp2RouteMatchArgs(val headers: Output<List<GatewayRouteSpecHttp2RouteMatchHeaderArgs>>? = null, val hostname: Output<GatewayRouteSpecHttp2RouteMatchHostnameArgs>? = null, val path: Output<GatewayRouteSpecHttp2RouteMatchPathArgs>? = null, val port: Output<Int>? = null, val prefix: Output<String>? = null, val queryParameters: Output<List<GatewayRouteSpecHttp2RouteMatchQueryParameterArgs>>? = null) : ConvertibleToJava<GatewayRouteSpecHttp2RouteMatchArgs>

Constructors

Link copied to clipboard
fun GatewayRouteSpecHttp2RouteMatchArgs(headers: Output<List<GatewayRouteSpecHttp2RouteMatchHeaderArgs>>? = null, hostname: Output<GatewayRouteSpecHttp2RouteMatchHostnameArgs>? = null, path: Output<GatewayRouteSpecHttp2RouteMatchPathArgs>? = null, port: Output<Int>? = null, prefix: Output<String>? = null, queryParameters: Output<List<GatewayRouteSpecHttp2RouteMatchQueryParameterArgs>>? = null)

Functions

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

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

Header value sent by the client must begin with the specified characters.

Link copied to clipboard

Client request query parameters to match on.