Url Map Args
fun UrlMapArgs(defaultRouteAction: Output<HttpRouteActionArgs>? = null, defaultService: Output<String>? = null, defaultUrlRedirect: Output<HttpRedirectActionArgs>? = null, description: Output<String>? = null, headerAction: Output<HttpHeaderActionArgs>? = null, hostRules: Output<List<HostRuleArgs>>? = null, name: Output<String>? = null, pathMatchers: Output<List<PathMatcherArgs>>? = null, project: Output<String>? = null, requestId: Output<String>? = null, tests: Output<List<UrlMapTestArgs>>? = null)