cases

@JvmName(name = "sacuwxlsxopkhfpu")
suspend fun cases(value: Output<List<SwitchCaseArgs>>)
@JvmName(name = "hcsrnnlvblfjuebc")
suspend fun cases(value: List<SwitchCaseArgs>?)

Parameters

value

List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.


@JvmName(name = "rquutmwbnxntnwsc")
suspend fun cases(vararg values: Output<SwitchCaseArgs>)


@JvmName(name = "uqqfgjxkpamycjsq")
suspend fun cases(values: List<Output<SwitchCaseArgs>>)
@JvmName(name = "itpbyashlokfptix")
suspend fun cases(vararg values: SwitchCaseArgs)

Parameters

values

List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.


@JvmName(name = "twhxhtramvdexfmm")
suspend fun cases(argument: List<suspend SwitchCaseArgsBuilder.() -> Unit>)
@JvmName(name = "yehbbkcxgprtxibu")
suspend fun cases(vararg argument: suspend SwitchCaseArgsBuilder.() -> Unit)
@JvmName(name = "xbsiuydvlanvhsbi")
suspend fun cases(argument: suspend SwitchCaseArgsBuilder.() -> Unit)

Parameters

argument

List of cases that correspond to expected values of the 'on' property. This is an optional property and if not provided, the activity will execute activities provided in defaultActivities.