Edge Cache Service Routing Host Rule Args
data class EdgeCacheServiceRoutingHostRuleArgs(val description: Output<String>? = null, val hosts: Output<List<String>>, val pathMatcher: Output<String>) : ConvertibleToJava<EdgeCacheServiceRoutingHostRuleArgs>
Properties
Link copied to clipboard
A human-readable description of the hostRule.
Link copied to clipboard
The list of host patterns to match. Host patterns must be valid hostnames. Ports are not allowed. Wildcard hosts are supported in the suffix or prefix form. * matches any string of (a-z0-9-.*). It does not match the empty string. When multiple hosts are specified, hosts are matched in the following priority:
Link copied to clipboard
The name of the pathMatcher associated with this hostRule.