teardown

@JvmName(name = "ycqmpixjkgbnjbuw")
suspend fun teardown(value: Output<EnterpriseCrmEventbusProtoTeardownArgs>)
@JvmName(name = "jwcblbgvnjcyxmxp")
suspend fun teardown(value: EnterpriseCrmEventbusProtoTeardownArgs?)

Parameters

value

Optional. Contains a graph of tasks that will be executed before putting the event in a terminal state (SUCCEEDED/FAILED/FATAL), regardless of success or failure, similar to "finally" in code.


@JvmName(name = "xxwwuhgocwsuaknp")
suspend fun teardown(argument: suspend EnterpriseCrmEventbusProtoTeardownArgsBuilder.() -> Unit)

Parameters

argument

Optional. Contains a graph of tasks that will be executed before putting the event in a terminal state (SUCCEEDED/FAILED/FATAL), regardless of success or failure, similar to "finally" in code.