This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:StringSplitWeight: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:
1Maximum:
127Update 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