aws-cdk-lib.aws_lambda.CfnFunction.DeadLetterConfigProperty

interface DeadLetterConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Lambda.CfnFunction.DeadLetterConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslambda#CfnFunction_DeadLetterConfigProperty
Javasoftware.amazon.awscdk.services.lambda.CfnFunction.DeadLetterConfigProperty
Pythonaws_cdk.aws_lambda.CfnFunction.DeadLetterConfigProperty
TypeScript aws-cdk-lib » aws_lambda » CfnFunction » DeadLetterConfigProperty

The dead-letter queue for failed asynchronous invocations.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lambda as lambda } from 'aws-cdk-lib';
const deadLetterConfigProperty: lambda.CfnFunction.DeadLetterConfigProperty = {
  targetArn: 'targetArn',
};

Properties

NameTypeDescription
targetArn?stringThe Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.

targetArn?

Type: string (optional)

The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.