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 LaunchGroupObject
A structure that defines one launch group in a launch. A launch group is a variation of the feature that you are including in the launch.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "Feature" :String, "GroupName" :String, "Variation" :String}
YAML
Description:StringFeature:StringGroupName:StringVariation:String
Properties
Description-
A description of the launch group.
Required: No
Type: String
Minimum:
0Maximum:
160Update requires: No interruption
Feature-
The feature that this launch is using.
Required: Yes
Type: String
Update requires: No interruption
GroupName-
A name for this launch group. It can include up to 127 characters.
Required: Yes
Type: String
Pattern:
[-a-zA-Z0-9._]*Minimum:
1Maximum:
127Update requires: No interruption
Variation-
The feature variation to use for this launch group.
Required: Yes
Type: String
Update requires: No interruption