hostRules

@JvmName(name = "sreyaebijrfydhjq")
suspend fun hostRules(value: Output<List<EdgeCacheServiceRoutingHostRuleArgs>>)
@JvmName(name = "yyvllwxlrihjcjhx")
suspend fun hostRules(value: List<EdgeCacheServiceRoutingHostRuleArgs>)

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.


@JvmName(name = "epofgkjoeqaqpjwi")
suspend fun hostRules(vararg values: Output<EdgeCacheServiceRoutingHostRuleArgs>)


@JvmName(name = "tndpcrddqthlkorr")
suspend fun hostRules(values: List<Output<EdgeCacheServiceRoutingHostRuleArgs>>)
@JvmName(name = "hiiqhbvycwsnubyn")
suspend fun hostRules(vararg values: EdgeCacheServiceRoutingHostRuleArgs)

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.


@JvmName(name = "effsrruvetmvfxid")
suspend fun hostRules(argument: List<suspend EdgeCacheServiceRoutingHostRuleArgsBuilder.() -> Unit>)
@JvmName(name = "rmvoymialiaiwyew")
suspend fun hostRules(vararg argument: suspend EdgeCacheServiceRoutingHostRuleArgsBuilder.() -> Unit)
@JvmName(name = "bwwnykqktfbrcjdm")
suspend fun hostRules(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.