Tcp Route Route Action Args
data class TcpRouteRouteActionArgs(val destinations: Output<List<TcpRouteRouteDestinationArgs>>? = null, val originalDestination: Output<Boolean>? = null) : ConvertibleToJava<TcpRouteRouteActionArgs>
The specifications for routing traffic and applying associated policies.
Constructors
Link copied to clipboard
constructor(destinations: Output<List<TcpRouteRouteDestinationArgs>>? = null, originalDestination: Output<Boolean>? = null)
Properties
Link copied to clipboard
Optional. The destination services to which traffic should be forwarded. At least one destination service is required. Only one of route destination or original destination can be set.
Link copied to clipboard
Optional. If true, Router will use the destination IP and port of the original connection as the destination of the request. Default is false. Only one of route destinations or original destination can be set.