groups

@JvmName(name = "toqscoevekbraegn")
suspend fun groups(value: Output<List<LaunchGroupObjectArgs>>)
@JvmName(name = "fgdxwgjxmiltxbqo")
suspend fun groups(value: List<LaunchGroupObjectArgs>?)

Parameters

value

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.


@JvmName(name = "ujwjmevnopmblqie")
suspend fun groups(vararg values: Output<LaunchGroupObjectArgs>)


@JvmName(name = "jmpmbboisunlfijp")
suspend fun groups(values: List<Output<LaunchGroupObjectArgs>>)
@JvmName(name = "omxusnavofbhlbrj")
suspend fun groups(vararg values: LaunchGroupObjectArgs)

Parameters

values

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.


@JvmName(name = "ikummaxobdqbwmtd")
suspend fun groups(argument: List<suspend LaunchGroupObjectArgsBuilder.() -> Unit>)
@JvmName(name = "spcjqtipdfettvog")
suspend fun groups(vararg argument: suspend LaunchGroupObjectArgsBuilder.() -> Unit)
@JvmName(name = "fkdrveuceugwllsq")
suspend fun groups(argument: suspend LaunchGroupObjectArgsBuilder.() -> Unit)

Parameters

argument

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.