deadLetterConfig

@JvmName(name = "capbnythxnmdtwva")
suspend fun deadLetterConfig(value: Output<FunctionDeadLetterConfigArgs>)
@JvmName(name = "bpstnwndencunvnt")
suspend fun deadLetterConfig(value: FunctionDeadLetterConfigArgs?)

Parameters

value

A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing.


@JvmName(name = "npxgeyqxcrwiwlom")
suspend fun deadLetterConfig(argument: suspend FunctionDeadLetterConfigArgsBuilder.() -> Unit)

Parameters

argument

A dead letter queue configuration that specifies the queue or topic where Lambda sends asynchronous events when they fail processing.