URLMap Args
constructor(defaultRouteAction: Output<URLMapDefaultRouteActionArgs>? = null, defaultService: Output<String>? = null, defaultUrlRedirect: Output<URLMapDefaultUrlRedirectArgs>? = null, description: Output<String>? = null, headerAction: Output<URLMapHeaderActionArgs>? = null, hostRules: Output<List<URLMapHostRuleArgs>>? = null, name: Output<String>? = null, pathMatchers: Output<List<URLMapPathMatcherArgs>>? = null, project: Output<String>? = null, tests: Output<List<URLMapTestArgs>>? = null)