ifFalseActivities

@JvmName(name = "xqlnpymavhvkmtfx")
suspend fun ifFalseActivities(value: Output<List<Any>>)
@JvmName(name = "owoxqynfgbfjcomr")
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 = "pdussbedplnpneuh")
suspend fun ifFalseActivities(vararg values: Output<Any>)


@JvmName(name = "ddrgkjyeqdmsnnfv")
suspend fun ifFalseActivities(values: List<Output<Any>>)
@JvmName(name = "njyulvbgitmindux")
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.