class Aws::CloudWatchEvidently::Types::LaunchGroupConfig

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.

@note When making an API call, you may pass LaunchGroupConfig

data as a hash:

    {
      description: "Description",
      feature: "FeatureName", # required
      name: "GroupName", # required
      variation: "VariationName", # required
    }

@!attribute [rw] description

A description of the launch group.
@return [String]

@!attribute [rw] feature

The feature that this launch is using.
@return [String]

@!attribute [rw] name

A name for this launch group.
@return [String]

@!attribute [rw] variation

The feature variation to use for this launch group.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/LaunchGroupConfig AWS API Documentation

Constants

SENSITIVE