class Aws::CloudWatchEvidently::Types::ScheduledSplitsLaunchConfig

An array of structures that define the traffic allocation percentages among the feature variations during each step of a launch. This also defines the start time of each step.

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

data as a hash:

    {
      steps: [ # required
        {
          group_weights: { # required
            "GroupName" => 1,
          },
          start_time: Time.now, # required
        },
      ],
    }

@!attribute [rw] steps

An array of structures that define the traffic allocation
percentages among the feature variations during each step of the
launch. This also defines the start time of each step.
@return [Array<Types::ScheduledSplitConfig>]

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

Constants

SENSITIVE