TcpRouteRuleArgs

data class TcpRouteRuleArgs(val action: Output<TcpRouteRuleActionArgs>, val matches: Output<List<TcpRouteRuleMatchArgs>>? = null) : ConvertibleToJava<TcpRouteRuleArgs>

Constructors

Link copied to clipboard
fun TcpRouteRuleArgs(action: Output<TcpRouteRuleActionArgs>, matches: Output<List<TcpRouteRuleMatchArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TcpRouteRuleArgs

Properties

Link copied to clipboard

A detailed rule defining how to route traffic. Structure is documented below.

Link copied to clipboard
val matches: Output<List<TcpRouteRuleMatchArgs>>? = null

RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic. Structure is documented below.