RouteSpecHttpRouteMatchArgs

constructor(headers: Output<List<RouteSpecHttpRouteMatchHeaderArgs>>? = null, method: Output<String>? = null, path: Output<RouteSpecHttpRouteMatchPathArgs>? = null, port: Output<Int>? = null, prefix: Output<String>? = null, queryParameters: Output<List<RouteSpecHttpRouteMatchQueryParameterArgs>>? = null, scheme: Output<String>? = null)