Route Spec Http Route Match Args
data class RouteSpecHttpRouteMatchArgs(val headers: Output<List<RouteSpecHttpRouteMatchHeaderArgs>>? = null, val method: Output<String>? = null, val path: Output<RouteSpecHttpRouteMatchPathArgs>? = null, val port: Output<Int>? = null, val prefix: Output<String>? = null, val queryParameters: Output<List<RouteSpecHttpRouteMatchQueryParameterArgs>>? = null, val scheme: Output<String>? = null) : ConvertibleToJava<RouteSpecHttpRouteMatchArgs>
Constructors
Link copied to clipboard
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)