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:
String
Feature:String
GroupName:String
Variation:String
Properties
Description
-
A description of the launch group.
Required: No
Type: String
Minimum:
0
Maximum:
160
Update 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:
1
Maximum:
127
Update requires: No interruption
Variation
-
The feature variation to use for this launch group.
Required: Yes
Type: String
Update requires: No interruption