groups

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


@JvmName(name = "hkqfponuqgmfyvue")
suspend fun groups(values: List<Output<LaunchGroupObjectArgs>>)
@JvmName(name = "armjydukwrysyrja")
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 = "lhevqhtoinwssfua")
suspend fun groups(argument: List<suspend LaunchGroupObjectArgsBuilder.() -> Unit>)
@JvmName(name = "qmnclwelpamrysyu")
suspend fun groups(vararg argument: suspend LaunchGroupObjectArgsBuilder.() -> Unit)
@JvmName(name = "qylxnxhmmrfecnxe")
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.