interface DlqDestinationConfig
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.DlqDestinationConfig |
![]() | software.amazon.awscdk.services.lambda.DlqDestinationConfig |
![]() | aws_cdk.aws_lambda.DlqDestinationConfig |
![]() | @aws-cdk/aws-lambda » DlqDestinationConfig |
Obtainable from
Sns
.bind()
, Sqs
.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 * as lambda from '@aws-cdk/aws-lambda';
const dlqDestinationConfig: lambda.DlqDestinationConfig = {
destination: 'destination',
};
Properties
Name | Type | Description |
---|---|---|
destination | string | The Amazon Resource Name (ARN) of the destination resource. |
destination
Type:
string
The Amazon Resource Name (ARN) of the destination resource.