dispatchRules

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


@JvmName(name = "kwtgmbapjcixhhvh")
suspend fun dispatchRules(values: List<Output<UrlDispatchRuleArgs>>)
@JvmName(name = "vkiukgohfsssvsgw")
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 = "owklibxeqtajjeyx")
suspend fun dispatchRules(argument: List<suspend UrlDispatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "mtyfurrgdgackxop")
suspend fun dispatchRules(vararg argument: suspend UrlDispatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "nnbuuxboebbyopoc")
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.