Class DlqDestinationConfig
A destination configuration.
Inheritance
System.Object
DlqDestinationConfig
Implements
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DlqDestinationConfig : Object, IDlqDestinationConfig
Syntax (vb)
Public Class DlqDestinationConfig
Inherits Object
Implements IDlqDestinationConfig
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 dlqDestinationConfig = new DlqDestinationConfig {
Destination = "destination"
};
Synopsis
Constructors
DlqDestinationConfig() |
Properties
Destination | The Amazon Resource Name (ARN) of the destination resource. |
Constructors
DlqDestinationConfig()
public DlqDestinationConfig()
Properties
Destination
The Amazon Resource Name (ARN) of the destination resource.
public string Destination { get; set; }
Property Value
System.String