AWS::Evidently::Launch GroupToWeight
A structure containing the percentage of launch traffic to allocate to one launch group.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "GroupName" :
String
, "SplitWeight" :Integer
}
YAML
GroupName:
String
SplitWeight:Integer
Properties
GroupName
-
The name of the launch group. It can include up to 127 characters.
Required: Yes
Type: String
Pattern:
[-a-zA-Z0-9._]*
Minimum:
1
Maximum:
127
Update requires: No interruption
SplitWeight
-
The portion of launch traffic to allocate to this launch group.
This is represented in thousandths of a percent. For example, specify 20,000 to allocate 20% of the launch audience to this launch group.
Required: Yes
Type: Integer
Update requires: No interruption