routeRules

@JvmName(name = "ulahtscqiswqqojb")
suspend fun routeRules(value: Output<List<HttpRouteRuleArgs>>)
@JvmName(name = "lxcdavjstrpxcybi")
suspend fun routeRules(value: List<HttpRouteRuleArgs>?)

Parameters

value

The list of HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. routeRules are evaluated in order of priority, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRules or routeRules.


@JvmName(name = "seyxdglfalepbkwi")
suspend fun routeRules(vararg values: Output<HttpRouteRuleArgs>)


@JvmName(name = "yvrejdpxaidrhrax")
suspend fun routeRules(values: List<Output<HttpRouteRuleArgs>>)
@JvmName(name = "limcejrcgymqdtdu")
suspend fun routeRules(vararg values: HttpRouteRuleArgs)

Parameters

values

The list of HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. routeRules are evaluated in order of priority, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRules or routeRules.


@JvmName(name = "cjiqsaaiogksbpqi")
suspend fun routeRules(argument: List<suspend HttpRouteRuleArgsBuilder.() -> Unit>)
@JvmName(name = "sbhqwkytfhrowomu")
suspend fun routeRules(vararg argument: suspend HttpRouteRuleArgsBuilder.() -> Unit)
@JvmName(name = "stolyghldxexnwyb")
suspend fun routeRules(argument: suspend HttpRouteRuleArgsBuilder.() -> Unit)

Parameters

argument

The list of HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. routeRules are evaluated in order of priority, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRules or routeRules.