LaunchGroupArgs

data class LaunchGroupArgs(val description: Output<String>? = null, val feature: Output<String>, val name: Output<String>, val variation: Output<String>) : ConvertibleToJava<LaunchGroupArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, feature: Output<String>, name: Output<String>, variation: Output<String>)

Properties

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

Specifies the description of the launch group.

Link copied to clipboard
val feature: Output<String>

Specifies the name of the feature that the launch is using.

Link copied to clipboard
val name: Output<String>

Specifies the name of the lahnch group.

Link copied to clipboard
val variation: Output<String>

Specifies the feature variation to use for this launch group.

Functions

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