deadLetterConfig

@JvmName(name = "yrvhnkadyjjivswn")
suspend fun deadLetterConfig(value: Output<FunctionDeadLetterConfigArgs>)
@JvmName(name = "qhhesccewttulcfu")
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 = "radindxnvwgcedig")
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.