Interface CfnFunction.IDeadLetterConfigProperty
The dead-letter queue for failed asynchronous invocations.
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDeadLetterConfigProperty
Syntax (vb)
Public Interface IDeadLetterConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lambda;
var deadLetterConfigProperty = new DeadLetterConfigProperty {
TargetArn = "targetArn"
};
Synopsis
Properties
TargetArn | The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic. |
Properties
TargetArn
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
virtual string TargetArn { get; }
Property Value
System.String