dispatchRules

@JvmName(name = "andkfphwcfaojwgi")
suspend fun dispatchRules(value: Output<List<ApplicationUrlDispatchRulesDispatchRuleArgs>>)
@JvmName(name = "wjthynlewiqauoug")
suspend fun dispatchRules(value: List<ApplicationUrlDispatchRulesDispatchRuleArgs>?)

Parameters

value

Rules to match an HTTP request and dispatch that request to a service. Structure is documented below.


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


@JvmName(name = "ewohscwlocnppghh")
suspend fun dispatchRules(values: List<Output<ApplicationUrlDispatchRulesDispatchRuleArgs>>)
@JvmName(name = "ynqmhvhuvkaiimrg")
suspend fun dispatchRules(vararg values: ApplicationUrlDispatchRulesDispatchRuleArgs)

Parameters

values

Rules to match an HTTP request and dispatch that request to a service. Structure is documented below.


@JvmName(name = "oyxxymmeqeftbhtm")
suspend fun dispatchRules(argument: List<suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "nvfvrwugwuqkshve")
suspend fun dispatchRules(vararg argument: suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "amdluteughsytmaw")
suspend fun dispatchRules(argument: suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit)

Parameters

argument

Rules to match an HTTP request and dispatch that request to a service. Structure is documented below.