deadLetterConfig

@JvmName(name = "qeqgbptrjklfudip")
suspend fun deadLetterConfig(value: Output<FunctionDeadLetterConfigArgs>)
@JvmName(name = "lvpgifahwiwmplbm")
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. For more information, see Dead-letter queues.


@JvmName(name = "bammvpyxjocqrfmh")
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. For more information, see Dead-letter queues.