Class CfnPipePropsMixin.DeadLetterConfigProperty
A DeadLetterConfig object that contains information about a dead-letter queue configuration.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Pipes.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPipePropsMixin.DeadLetterConfigProperty : CfnPipePropsMixin.IDeadLetterConfigProperty
Syntax (vb)
Public Class CfnPipePropsMixin.DeadLetterConfigProperty Implements CfnPipePropsMixin.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.Mixins.Preview.AWS.Pipes.Mixins;
var deadLetterConfigProperty = new DeadLetterConfigProperty {
Arn = "arn"
};
Synopsis
Constructors
| DeadLetterConfigProperty() | A |
Properties
| Arn | The ARN of the specified target for the dead-letter queue. |
Constructors
DeadLetterConfigProperty()
A DeadLetterConfig object that contains information about a dead-letter queue configuration.
public DeadLetterConfigProperty()
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.Mixins.Preview.AWS.Pipes.Mixins;
var deadLetterConfigProperty = new DeadLetterConfigProperty {
Arn = "arn"
};
Properties
Arn
The ARN of the specified target for the dead-letter queue.
public string? Arn { get; set; }
Property Value
Remarks
For Amazon Kinesis stream and Amazon DynamoDB stream sources, specify either an Amazon SNS topic or Amazon SQS queue ARN.