Tcp Route Route Rule Args
    data class TcpRouteRouteRuleArgs(val action: Output<TcpRouteRouteActionArgs>, val matches: Output<List<TcpRouteRouteMatchArgs>>? = null) : ConvertibleToJava<TcpRouteRouteRuleArgs> 
Specifies how to match traffic and how to route traffic when traffic is matched.
Constructors
Link copied to clipboard
                fun TcpRouteRouteRuleArgs(action: Output<TcpRouteRouteActionArgs>, matches: Output<List<TcpRouteRouteMatchArgs>>? = null)