ifTrueActivities

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


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