class Aws::CloudWatchEvidently::Types::UpdateLaunchRequest
@note When making an API call, you may pass UpdateLaunchRequest
data as a hash: { description: "Description", groups: [ { description: "Description", feature: "FeatureName", # required name: "GroupName", # required variation: "VariationName", # required }, ], launch: "LaunchName", # required metric_monitors: [ { metric_definition: { # required entity_id_key: "JsonPath", # required event_pattern: "MetricDefinitionConfigEventPatternString", name: "CwDimensionSafeName", # required unit_label: "MetricUnitLabel", value_key: "JsonPath", # required }, }, ], project: "ProjectRef", # required randomization_salt: "RandomizationSalt", scheduled_splits_config: { steps: [ # required { group_weights: { # required "GroupName" => 1, }, start_time: Time.now, # required }, ], }, }
@!attribute [rw] description
An optional description for the launch. @return [String]
@!attribute [rw] groups
An array of structures that contains the feature and variations that are to be used for the launch. @return [Array<Types::LaunchGroupConfig>]
@!attribute [rw] launch
The name of the launch that is to be updated. @return [String]
@!attribute [rw] metric_monitors
An array of structures that define the metrics that will be used to monitor the launch performance. @return [Array<Types::MetricMonitorConfig>]
@!attribute [rw] project
The name or ARN of the project that contains the launch that you want to update. @return [String]
@!attribute [rw] randomization_salt
When Evidently assigns a particular user session to a launch, it must use a randomization ID to determine which variation the user session is served. This randomization ID is a combination of the entity ID and `randomizationSalt`. If you omit `randomizationSalt`, Evidently uses the launch name as the `randomizationSalt`. @return [String]
@!attribute [rw] scheduled_splits_config
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. @return [Types::ScheduledSplitsLaunchConfig]
@see docs.aws.amazon.com/goto/WebAPI/evidently-2021-02-01/UpdateLaunchRequest AWS API Documentation
Constants
- SENSITIVE