Launch Args
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)