dispatchRules

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


@JvmName(name = "khbmsiqgpbmalkyx")
suspend fun dispatchRules(values: List<Output<ApplicationUrlDispatchRulesDispatchRuleArgs>>)
@JvmName(name = "pdttwtpwdtxiowhc")
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 = "yosrhudlaupmrlgr")
suspend fun dispatchRules(argument: List<suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "dxrbnbkvnfreklgw")
suspend fun dispatchRules(vararg argument: suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "bhdgbvtexsidvwhh")
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.