AWS::AppMesh::Route 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.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "VirtualNode" :
String
, "Weight" :Integer
}
YAML
VirtualNode:
String
Weight:Integer
Properties
VirtualNode
-
The virtual node to associate with the weighted target.
Required: Yes
Type: String
Update requires: No interruption
Weight
-
The relative weight of the weighted target.
Required: Yes
Type: Integer
Update requires: No interruption