dispatchRules

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


@JvmName(name = "esqsaiuufvexgtpq")
suspend fun dispatchRules(values: List<Output<ApplicationUrlDispatchRulesDispatchRuleArgs>>)
@JvmName(name = "lgveopewloirmxkx")
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 = "whqedvvsdrqwjrle")
suspend fun dispatchRules(argument: List<suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit>)
@JvmName(name = "fukxjpjueqsatfyj")
suspend fun dispatchRules(vararg argument: suspend ApplicationUrlDispatchRulesDispatchRuleArgsBuilder.() -> Unit)
@JvmName(name = "rieivvdxotqhonxq")
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.