LaunchGroup
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.
Contents
- featureVariations
-
The feature variation for this launch group. This is a key-value pair.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 127.
Key Pattern:
^[-a-zA-Z0-9._]*$
Value Length Constraints: Minimum length of 1. Maximum length of 127.
Value Pattern:
^[-a-zA-Z0-9._]*$
Required: Yes
- name
-
The name of the launch group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 127.
Pattern:
^[-a-zA-Z0-9._]*$
Required: Yes
- description
-
A description of the launch group.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 160.
Pattern:
.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: