Show / Hide Table of Contents

Interface IDlqDestinationConfig

A destination configuration.

Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDlqDestinationConfig
Syntax (vb)
Public Interface 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

Properties

Destination

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

Properties

Destination

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

string Destination { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX