AWS::Evidently::Launch LaunchGroupObject - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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