host Rules
Parameters
value
The list of hostRules to match against. These rules define which hostnames the EdgeCacheService will match against, and which route configurations apply. Structure is documented below.
Parameters
values
The list of hostRules to match against. These rules define which hostnames the EdgeCacheService will match against, and which route configurations apply. Structure is documented below.
suspend fun hostRules(argument: List<suspend EdgeCacheServiceRoutingHostRuleArgsBuilder.() -> Unit>)
suspend fun hostRules(vararg argument: suspend EdgeCacheServiceRoutingHostRuleArgsBuilder.() -> Unit)
Parameters
argument
The list of hostRules to match against. These rules define which hostnames the EdgeCacheService will match against, and which route configurations apply. Structure is documented below.