rules

@JvmName(name = "sylxekvugwodkkky")
suspend fun rules(value: Output<List<GrpcRouteRouteRuleArgs>>)
@JvmName(name = "koegsydkvrxrtqco")
suspend fun rules(value: List<GrpcRouteRouteRuleArgs>?)

Parameters

value

A list of detailed rules defining how to route traffic. Within a single GrpcRoute, the GrpcRoute.RouteAction associated with the first matching GrpcRoute.RouteRule will be executed. At least one rule must be supplied.


@JvmName(name = "wypbreqmcdortuhy")
suspend fun rules(vararg values: Output<GrpcRouteRouteRuleArgs>)


@JvmName(name = "vspxrxsqdiehmkgc")
suspend fun rules(values: List<Output<GrpcRouteRouteRuleArgs>>)
@JvmName(name = "wnyjdigyddfqrois")
suspend fun rules(vararg values: GrpcRouteRouteRuleArgs)

Parameters

values

A list of detailed rules defining how to route traffic. Within a single GrpcRoute, the GrpcRoute.RouteAction associated with the first matching GrpcRoute.RouteRule will be executed. At least one rule must be supplied.


@JvmName(name = "avipqwartkabjtrf")
suspend fun rules(argument: List<suspend GrpcRouteRouteRuleArgsBuilder.() -> Unit>)
@JvmName(name = "jwksshnfwdtvpqmv")
suspend fun rules(vararg argument: suspend GrpcRouteRouteRuleArgsBuilder.() -> Unit)
@JvmName(name = "yvqlysnrunsmeqed")
suspend fun rules(argument: suspend GrpcRouteRouteRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of detailed rules defining how to route traffic. Within a single GrpcRoute, the GrpcRoute.RouteAction associated with the first matching GrpcRoute.RouteRule will be executed. At least one rule must be supplied.