RouteSpecTcpRouteActionArgs

data class RouteSpecTcpRouteActionArgs(val weightedTargets: Output<List<RouteSpecTcpRouteActionWeightedTargetArgs>>) : ConvertibleToJava<RouteSpecTcpRouteActionArgs>

Constructors

Link copied to clipboard
constructor(weightedTargets: Output<List<RouteSpecTcpRouteActionWeightedTargetArgs>>)

Properties

Link copied to clipboard

Targets that traffic is routed to when a request matches the route. You can specify one or more targets and their relative weights with which to distribute traffic.

Functions

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