URLMap Host Rule Args
data class URLMapHostRuleArgs(val description: Output<String>? = null, val hosts: Output<List<String>>, val pathMatcher: Output<String>) : ConvertibleToJava<URLMapHostRuleArgs>
Constructors
Link copied to clipboard
fun URLMapHostRuleArgs(description: Output<String>? = null, hosts: Output<List<String>>, pathMatcher: Output<String>)