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<LaunchTagArgs>>? = null) : ConvertibleToJava<LaunchArgs>

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

Constructors

Link copied to clipboard
fun LaunchArgs(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<LaunchTagArgs>>? = null)

Functions

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

Properties

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

Start or Stop Launch Launch. Default is not started.

Link copied to clipboard
val groups: Output<List<LaunchGroupObjectArgs>>? = null
Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val randomizationSalt: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<LaunchTagArgs>>? = null

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