dispatchRules

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


@JvmName(name = "awynqxviqajxdebd")
suspend fun dispatchRules(values: List<Output<ApplicationUrlDispatchRulesDispatchRuleArgs>>)
@JvmName(name = "fswuvtrsgxcsvmwp")
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 = "fqonuttfkqnswbom")
suspend fun dispatchRules(argument: List<suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "kaejpixwflpqvwyj")
suspend fun dispatchRules(vararg argument: suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "emlfxcvrtmnganom")
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.