Gateway Route Spec Http Route Match Args
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)