dispatchRules

@JvmName(name = "qvxbqolioqjtkths")
suspend fun dispatchRules(value: Output<List<ApplicationUrlDispatchRulesDispatchRuleArgs>>)
@JvmName(name = "lxoodhmxtxfpvxmn")
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 = "leojchxuidgyfvho")
suspend fun dispatchRules(vararg values: Output<ApplicationUrlDispatchRulesDispatchRuleArgs>)


@JvmName(name = "ndlsxwijceolyxiq")
suspend fun dispatchRules(values: List<Output<ApplicationUrlDispatchRulesDispatchRuleArgs>>)
@JvmName(name = "keubvnnyokndtwah")
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 = "qwenqwmysghkogbc")
suspend fun dispatchRules(argument: List<suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "dnhxymahhtkyhurr")
suspend fun dispatchRules(vararg argument: suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "ugafwlcxwfsfqets")
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.