URLMap Path Matcher Args
constructor(defaultRouteAction: Output<URLMapPathMatcherDefaultRouteActionArgs>? = null, defaultService: Output<String>? = null, defaultUrlRedirect: Output<URLMapPathMatcherDefaultUrlRedirectArgs>? = null, description: Output<String>? = null, headerAction: Output<URLMapPathMatcherHeaderActionArgs>? = null, name: Output<String>, pathRules: Output<List<URLMapPathMatcherPathRuleArgs>>? = null, routeRules: Output<List<URLMapPathMatcherRouteRuleArgs>>? = null)