ifFalseActivities

@JvmName(name = "ckbtyhwbxiysktmi")
suspend fun ifFalseActivities(value: Output<List<Any>>)
@JvmName(name = "sncoryokfemsfmks")
suspend fun ifFalseActivities(value: List<Any>?)

Parameters

value

List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.


@JvmName(name = "knlpkbddgaupfdva")
suspend fun ifFalseActivities(vararg values: Output<Any>)


@JvmName(name = "jalxygllinlrjpeh")
suspend fun ifFalseActivities(values: List<Output<Any>>)
@JvmName(name = "twiicatlcwjnfnfe")
suspend fun ifFalseActivities(vararg values: Any)

Parameters

values

List of activities to execute if expression is evaluated to false. This is an optional property and if not provided, the activity will exit without any action.