groups

@JvmName(name = "qqttprovjsucivtm")
suspend fun groups(value: Output<List<LaunchGroupObjectArgs>>)
@JvmName(name = "asjxselbcamqevxe")
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 = "llhuuhnghlskbauj")
suspend fun groups(vararg values: Output<LaunchGroupObjectArgs>)


@JvmName(name = "yhhypyhbojkpsmrt")
suspend fun groups(values: List<Output<LaunchGroupObjectArgs>>)
@JvmName(name = "gqwsefoluoinghva")
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 = "dhpgmejgyinphlbh")
suspend fun groups(argument: List<suspend LaunchGroupObjectArgsBuilder.() -> Unit>)
@JvmName(name = "ehubvwcujnpwpsbo")
suspend fun groups(vararg argument: suspend LaunchGroupObjectArgsBuilder.() -> Unit)
@JvmName(name = "dadaibnvjpefujyo")
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.