GatewayRouteSpecHttp2RouteMatchArgs

data class GatewayRouteSpecHttp2RouteMatchArgs(val hostname: Output<GatewayRouteSpecHttp2RouteMatchHostnameArgs>? = null, val port: Output<Int>? = null, val prefix: Output<String>? = null) : ConvertibleToJava<GatewayRouteSpecHttp2RouteMatchArgs>

Constructors

Link copied to clipboard
fun GatewayRouteSpecHttp2RouteMatchArgs(hostname: Output<GatewayRouteSpecHttp2RouteMatchHostnameArgs>? = null, port: Output<Int>? = null, prefix: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

Host name to rewrite.

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

Specified beginning characters to rewrite.