LaunchArgs

data class LaunchArgs(val description: Output<String>? = null, val executionStatus: Output<LaunchExecutionStatusObjectArgs>? = null, val groups: Output<List<LaunchGroupObjectArgs>>? = null, val metricMonitors: Output<List<LaunchMetricDefinitionObjectArgs>>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val randomizationSalt: Output<String>? = null, val scheduledSplitsConfig: Output<List<LaunchStepConfigArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LaunchArgs>

Resource Type definition for AWS::Evidently::Launch.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, executionStatus: Output<LaunchExecutionStatusObjectArgs>? = null, groups: Output<List<LaunchGroupObjectArgs>>? = null, metricMonitors: Output<List<LaunchMetricDefinitionObjectArgs>>? = null, name: Output<String>? = null, project: Output<String>? = null, randomizationSalt: Output<String>? = null, scheduledSplitsConfig: Output<List<LaunchStepConfigArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<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
val groups: Output<List<LaunchGroupObjectArgs>>? = null

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
val name: Output<String>? = null

The name for the launch. It can include up to 127 characters.

Link copied to clipboard
val project: Output<String>? = null

The name or ARN of the project that you want to create the launch in.

Link copied to clipboard
val randomizationSalt: Output<String>? = null

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: Output<List<TagArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): LaunchArgs