Gateway Route Spec Http2Route Match Args
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
constructor(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)