GatewayRouteSpecHttpRouteMatchArgs

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

Constructors

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

Functions

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

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.