AWS::Evidently::Experiment TreatmentToWeight
This structure defines how much experiment traffic to allocate to one treatment used in the experiment.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SplitWeight" :
Integer
, "Treatment" :String
}
YAML
SplitWeight:
Integer
Treatment:String
Properties
SplitWeight
-
The portion of experiment traffic to allocate to this treatment. Specify the traffic portion in thousandths of a percent, so 20,000 allocated to a treatment would allocate 20% of the experiment traffic to that treatment.
Required: Yes
Type: Integer
Minimum:
0
Maximum:
100000
Update requires: No interruption
Treatment
-
The name of the treatment.
Required: Yes
Type: String
Pattern:
[-a-zA-Z0-9._]*
Minimum:
1
Maximum:
127
Update requires: No interruption