routeRules

@JvmName(name = "shkwgqtdhghmpada")
suspend fun routeRules(value: Output<List<URLMapPathMatcherRouteRuleArgs>>)
@JvmName(name = "xfvjjfjgnmikqfcu")
suspend fun routeRules(value: List<URLMapPathMatcherRouteRuleArgs>?)

Parameters

value

The list of ordered HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. The order of specifying routeRules matters: the first rule that matches will cause its specified routing action to take effect. Within a given pathMatcher, only one of pathRules or routeRules must be set. routeRules are not supported in UrlMaps intended for External load balancers. Structure is documented below.


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


@JvmName(name = "cijkstshkmslrmpi")
suspend fun routeRules(values: List<Output<URLMapPathMatcherRouteRuleArgs>>)
@JvmName(name = "uijcbmflhixvbutx")
suspend fun routeRules(vararg values: URLMapPathMatcherRouteRuleArgs)

Parameters

values

The list of ordered HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. The order of specifying routeRules matters: the first rule that matches will cause its specified routing action to take effect. Within a given pathMatcher, only one of pathRules or routeRules must be set. routeRules are not supported in UrlMaps intended for External load balancers. Structure is documented below.


@JvmName(name = "rxeujejkngmmvtpu")
suspend fun routeRules(argument: List<suspend URLMapPathMatcherRouteRuleArgsBuilder.() -> Unit>)
@JvmName(name = "ihpebvmiehqutdbl")
suspend fun routeRules(vararg argument: suspend URLMapPathMatcherRouteRuleArgsBuilder.() -> Unit)
@JvmName(name = "axwnabnrwrwsyxay")
suspend fun routeRules(argument: suspend URLMapPathMatcherRouteRuleArgsBuilder.() -> Unit)

Parameters

argument

The list of ordered HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. The order of specifying routeRules matters: the first rule that matches will cause its specified routing action to take effect. Within a given pathMatcher, only one of pathRules or routeRules must be set. routeRules are not supported in UrlMaps intended for External load balancers. Structure is documented below.