class Aws::CloudWatchEvidently::Types::ScheduledSplitConfig

This structure defines the traffic allocation percentages among the feature variations during one step of a launch, and the start time of that step.

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

data as a hash:

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

@!attribute [rw] group_weights

The traffic allocation percentages among the feature variations
during one step of a launch. This is a set of key-value pairs. The
keys are variation names. The values represent the percentage of
traffic to allocate to that variation during this step.
@return [Hash<String,Integer>]

@!attribute [rw] start_time

The date and time that this step of the launch starts.
@return [Time]

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

Constants

SENSITIVE