teardown

@JvmName(name = "vtfawgystqsxokpo")
suspend fun teardown(value: Output<EnterpriseCrmEventbusProtoTeardownArgs>)
@JvmName(name = "fywkijcgyyindfpa")
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 = "ggnjjqupghoburgy")
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.