ifTrueActivities

@JvmName(name = "khugqaqvhfuoalxg")
suspend fun ifTrueActivities(value: Output<List<Any>>)
@JvmName(name = "bbalcwbinwykfhhx")
suspend fun ifTrueActivities(value: List<Any>?)

Parameters

value

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


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


@JvmName(name = "aheosuskjxlgkwbq")
suspend fun ifTrueActivities(values: List<Output<Any>>)
@JvmName(name = "uflvcshgcgfliuga")
suspend fun ifTrueActivities(vararg values: Any)

Parameters

values

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