aws-cdk-lib.aws_lambda.DlqDestinationConfig

interface DlqDestinationConfig

LanguageType name
.NETAmazon.CDK.AWS.Lambda.DlqDestinationConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslambda#DlqDestinationConfig
Javasoftware.amazon.awscdk.services.lambda.DlqDestinationConfig
Pythonaws_cdk.aws_lambda.DlqDestinationConfig
TypeScript (source)aws-cdk-lib » aws_lambda » DlqDestinationConfig

Obtainable from SnsDlq.bind(), SqsDlq.bind()

A destination configuration.

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 dlqDestinationConfig: lambda.DlqDestinationConfig = {
  destination: 'destination',
};

Properties

NameTypeDescription
destinationstringThe Amazon Resource Name (ARN) of the destination resource.

destination

Type: string

The Amazon Resource Name (ARN) of the destination resource.