hostRules

@JvmName(name = "lkdynrbisfwomygx")
suspend fun hostRules(value: Output<List<URLMapHostRuleArgs>>)
@JvmName(name = "bkpixbvsbcqgbvpq")
suspend fun hostRules(value: List<URLMapHostRuleArgs>?)

Parameters

value

The list of HostRules to use against the URL. Structure is documented below.


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


@JvmName(name = "fjxjhmakigufedak")
suspend fun hostRules(values: List<Output<URLMapHostRuleArgs>>)
@JvmName(name = "hakkfpbduyqmqvfj")
suspend fun hostRules(vararg values: URLMapHostRuleArgs)

Parameters

values

The list of HostRules to use against the URL. Structure is documented below.


@JvmName(name = "xlggisqdwshscjuk")
suspend fun hostRules(argument: List<suspend URLMapHostRuleArgsBuilder.() -> Unit>)
@JvmName(name = "sglnttxrbvnmahhl")
suspend fun hostRules(vararg argument: suspend URLMapHostRuleArgsBuilder.() -> Unit)
@JvmName(name = "dhobllumigpgnjqc")
suspend fun hostRules(argument: suspend URLMapHostRuleArgsBuilder.() -> Unit)

Parameters

argument

The list of HostRules to use against the URL. Structure is documented below.