groups

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


@JvmName(name = "hwmkddnhodcaqdko")
suspend fun groups(values: List<Output<LaunchGroupObjectArgs>>)
@JvmName(name = "gsdrjhmclxpmbxun")
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 = "jdhjjefxlilvwuwy")
suspend fun groups(argument: List<suspend LaunchGroupObjectArgsBuilder.() -> Unit>)
@JvmName(name = "yupflnqxqrfsornq")
suspend fun groups(vararg argument: suspend LaunchGroupObjectArgsBuilder.() -> Unit)
@JvmName(name = "wyvyrbftspjlucro")
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.