routeRules

@JvmName(name = "wvbwqwdkvbfepdqy")
suspend fun routeRules(value: Output<List<RegionUrlMapPathMatcherRouteRuleArgs>>)
@JvmName(name = "ngnwperjkgusswxy")
suspend fun routeRules(value: List<RegionUrlMapPathMatcherRouteRuleArgs>?)

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 = "koufkqfqwenxywka")
suspend fun routeRules(vararg values: Output<RegionUrlMapPathMatcherRouteRuleArgs>)


@JvmName(name = "rurbagdtglkvwwca")
suspend fun routeRules(values: List<Output<RegionUrlMapPathMatcherRouteRuleArgs>>)
@JvmName(name = "ytgdlnxbvpglejng")
suspend fun routeRules(vararg values: RegionUrlMapPathMatcherRouteRuleArgs)

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 = "clwgbhttqheitxbp")
suspend fun routeRules(argument: List<suspend RegionUrlMapPathMatcherRouteRuleArgsBuilder.() -> Unit>)
@JvmName(name = "hrpedvdjhkqhhxxk")
suspend fun routeRules(vararg argument: suspend RegionUrlMapPathMatcherRouteRuleArgsBuilder.() -> Unit)
@JvmName(name = "bfvafqdoceebfctf")
suspend fun routeRules(argument: suspend RegionUrlMapPathMatcherRouteRuleArgsBuilder.() -> 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.