Route Spec Http2Route Match Args
data class RouteSpecHttp2RouteMatchArgs(val headers: Output<List<RouteSpecHttp2RouteMatchHeaderArgs>>? = null, val method: Output<String>? = null, val path: Output<RouteSpecHttp2RouteMatchPathArgs>? = null, val port: Output<Int>? = null, val prefix: Output<String>? = null, val queryParameters: Output<List<RouteSpecHttp2RouteMatchQueryParameterArgs>>? = null, val scheme: Output<String>? = null) : ConvertibleToJava<RouteSpecHttp2RouteMatchArgs>
Constructors
Link copied to clipboard
constructor(headers: Output<List<RouteSpecHttp2RouteMatchHeaderArgs>>? = null, method: Output<String>? = null, path: Output<RouteSpecHttp2RouteMatchPathArgs>? = null, port: Output<Int>? = null, prefix: Output<String>? = null, queryParameters: Output<List<RouteSpecHttp2RouteMatchQueryParameterArgs>>? = null, scheme: Output<String>? = null)