GetLaunchResult

data class GetLaunchResult(val arn: String? = null, val description: String? = null, val executionStatus: LaunchExecutionStatusObject? = null, val groups: List<LaunchGroupObject>? = null, val metricMonitors: List<LaunchMetricDefinitionObject>? = null, val randomizationSalt: String? = null, val scheduledSplitsConfig: List<LaunchStepConfig>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, executionStatus: LaunchExecutionStatusObject? = null, groups: List<LaunchGroupObject>? = null, metricMonitors: List<LaunchMetricDefinitionObject>? = null, randomizationSalt: String? = null, scheduledSplitsConfig: List<LaunchStepConfig>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the launch. For example, arn:aws:evidently:us-west-2:0123455678912:project/myProject/launch/myLaunch

Link copied to clipboard
val description: String? = null

An optional description for the launch.

Link copied to clipboard

Start or Stop Launch Launch. Default is not started.

Link copied to clipboard

An array of structures that contains the feature and variations that are to be used for the launch. You can up to five launch groups in a launch.

Link copied to clipboard

An array of structures that define the metrics that will be used to monitor the launch performance. You can have up to three metric monitors in the array.

Link copied to clipboard

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 randomizationsSalt .

Link copied to clipboard

An array of structures that define the traffic allocation percentages among the feature variations during each step of the launch.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.