View source: R/cloudwatchevidently_operations.R
cloudwatchevidently_create_launch | R Documentation |
Creates a launch of a given feature. Before you create a launch, you must create the feature to use for the launch.
See https://www.paws-r-sdk.com/docs/cloudwatchevidently_create_launch/ for full documentation.
cloudwatchevidently_create_launch(
description = NULL,
groups,
metricMonitors = NULL,
name,
project,
randomizationSalt = NULL,
scheduledSplitsConfig = NULL,
tags = NULL
)
description |
An optional description for the launch. |
groups |
[required] An array of structures that contains the feature and variations that are to be used for the launch. |
metricMonitors |
An array of structures that define the metrics that will be used to monitor the launch performance. |
name |
[required] The name for the new launch. |
project |
[required] The name or ARN of the project that you want to create the launch in. |
randomizationSalt |
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
|
scheduledSplitsConfig |
An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch. |
tags |
Assigns one or more tags (key-value pairs) to the launch. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can associate as many as 50 tags with a launch. For more information, see Tagging Amazon Web Services resources. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.