WeightedTarget
An object that represents a target and its relative weight. Traffic is distributed across targets according to their relative weight. For example, a weighted target with a relative weight of 50 receives five times as much traffic as one with a relative weight of 10. The total weight for all targets combined must be less than or equal to 100.
Contents
- virtualNode
-
The virtual node to associate with the weighted target.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: Yes
- weight
-
The relative weight of the weighted target.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 100.
Required: Yes
- port
-
The targeted port of the weighted object.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 65535.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: