dispatchRules

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


@JvmName(name = "idxppnjjwnqpsfcr")
suspend fun dispatchRules(values: List<Output<UrlDispatchRuleArgs>>)
@JvmName(name = "mtstksvmtwimwamj")
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 = "woibqxkmhqnlirwr")
suspend fun dispatchRules(argument: List<suspend UrlDispatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ojnicdmppfpgyroh")
suspend fun dispatchRules(vararg argument: suspend UrlDispatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "indupinpktkuhuly")
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.