weightedTargets property

List<WeightedTarget>? weightedTargets
final

The 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.

Implementation

final List<WeightedTarget>? weightedTargets;