dispatchRules

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


@JvmName(name = "eqkbssqcjvybveav")
suspend fun dispatchRules(values: List<Output<UrlDispatchRuleArgs>>)
@JvmName(name = "gnfqgnsubgtvxqwd")
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 = "jvdoxtrybfiqists")
suspend fun dispatchRules(argument: List<suspend UrlDispatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ebhddrkjmqsmbvqj")
suspend fun dispatchRules(vararg argument: suspend UrlDispatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "vywsifabywgebukl")
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.