dispatchRules

@JvmName(name = "xtpqiofvnbokktoj")
suspend fun dispatchRules(value: Output<List<UrlDispatchRuleArgs>>)
@JvmName(name = "dpjxgeeghqppphpo")
suspend fun dispatchRules(value: List<UrlDispatchRuleArgs>?)

Parameters

value

HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.


@JvmName(name = "getkaaitcrqdcdts")
suspend fun dispatchRules(vararg values: Output<UrlDispatchRuleArgs>)


@JvmName(name = "balpvoivkcyvvjnl")
suspend fun dispatchRules(values: List<Output<UrlDispatchRuleArgs>>)
@JvmName(name = "mcrxkwafldjynupq")
suspend fun dispatchRules(vararg values: UrlDispatchRuleArgs)

Parameters

values

HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.


@JvmName(name = "wryepryqbgyppffo")
suspend fun dispatchRules(argument: List<suspend UrlDispatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "msdamijynokerpcv")
suspend fun dispatchRules(vararg argument: suspend UrlDispatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "vimxlbsnrcwpgqim")
suspend fun dispatchRules(argument: suspend UrlDispatchRuleArgsBuilder.() -> Unit)

Parameters

argument

HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.