ifTrueActivities

@JvmName(name = "jsuhfdxnkpxnukbi")
suspend fun ifTrueActivities(value: Output<List<Any>>)
@JvmName(name = "yglgfiskhosovqgx")
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 = "nwdtokkaxccqggxe")
suspend fun ifTrueActivities(vararg values: Output<Any>)


@JvmName(name = "ybfdqvdlhuyhpsfd")
suspend fun ifTrueActivities(values: List<Output<Any>>)
@JvmName(name = "aykjahwwhsrwtcpk")
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.