PathMatcherArgs

fun PathMatcherArgs(defaultRouteAction: Output<HttpRouteActionArgs>? = null, defaultService: Output<String>? = null, defaultUrlRedirect: Output<HttpRedirectActionArgs>? = null, description: Output<String>? = null, headerAction: Output<HttpHeaderActionArgs>? = null, name: Output<String>? = null, pathRules: Output<List<PathRuleArgs>>? = null, routeRules: Output<List<HttpRouteRuleArgs>>? = null)