data class URLMapHostRuleArgs(val description: Output<String>? = null, val hosts: Output<List<String>>, val pathMatcher: Output<String>) : ConvertibleToJava<URLMapHostRuleArgs>
The list of host patterns to match. They must be valid hostnames, except * will match any string of (a-z0-9-.*). In that case, * must be the first character and must be followed in the pattern by either - or ..