URLMap Path Matcher Route Rule Match Rule Args
constructor(fullPathMatch: Output<String>? = null, headerMatches: Output<List<URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgs>>? = null, ignoreCase: Output<Boolean>? = null, metadataFilters: Output<List<URLMapPathMatcherRouteRuleMatchRuleMetadataFilterArgs>>? = null, pathTemplateMatch: Output<String>? = null, prefixMatch: Output<String>? = null, queryParameterMatches: Output<List<URLMapPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs>>? = null, regexMatch: Output<String>? = null)