hostRules

@JvmName(name = "xvgsesgcmdxmxdua")
suspend fun hostRules(value: Output<List<HostRuleArgs>>)
@JvmName(name = "sxqjqakqtedghuen")
suspend fun hostRules(value: List<HostRuleArgs>?)

Parameters

value

The list of host rules to use against the URL.


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


@JvmName(name = "vrcwiohbjqswvhvu")
suspend fun hostRules(values: List<Output<HostRuleArgs>>)
@JvmName(name = "obbowglsaeoostuo")
suspend fun hostRules(vararg values: HostRuleArgs)

Parameters

values

The list of host rules to use against the URL.


@JvmName(name = "iooaeqvubmecubyf")
suspend fun hostRules(argument: List<suspend HostRuleArgsBuilder.() -> Unit>)
@JvmName(name = "aunkfhsrxnqgrxee")
suspend fun hostRules(vararg argument: suspend HostRuleArgsBuilder.() -> Unit)
@JvmName(name = "bwallwfxojgvrevg")
suspend fun hostRules(argument: suspend HostRuleArgsBuilder.() -> Unit)

Parameters

argument

The list of host rules to use against the URL.