dispatchRules

@JvmName(name = "qbcxbaohqfxtlldp")
suspend fun dispatchRules(value: Output<List<UrlDispatchRuleArgs>>)
@JvmName(name = "malsumuuxahrqtwj")
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 = "ogmovwrmxfvafmmr")
suspend fun dispatchRules(vararg values: Output<UrlDispatchRuleArgs>)


@JvmName(name = "bdkpcmuwwokchfrs")
suspend fun dispatchRules(values: List<Output<UrlDispatchRuleArgs>>)
@JvmName(name = "jpxgvqesemfbbmtq")
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 = "xhjoqhpfgseogqev")
suspend fun dispatchRules(argument: List<suspend UrlDispatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "jjjiytiddamdymlx")
suspend fun dispatchRules(vararg argument: suspend UrlDispatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "flojfpfmfuxnqvmt")
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.