Tcp Route Rule Action Args
data class TcpRouteRuleActionArgs(val destinations: Output<List<TcpRouteRuleActionDestinationArgs>>? = null, val originalDestination: Output<Boolean>? = null) : ConvertibleToJava<TcpRouteRuleActionArgs>
Constructors
Link copied to clipboard
constructor(destinations: Output<List<TcpRouteRuleActionDestinationArgs>>? = null, originalDestination: Output<Boolean>? = null)
Properties
Link copied to clipboard
The destination services to which traffic should be forwarded. At least one destination service is required. Structure is documented below.
Link copied to clipboard
If true, Router will use the destination IP and port of the original connection as the destination of the request.