Show / Hide Table of Contents

Class CfnPipePropsMixin.DeadLetterConfigProperty

A DeadLetterConfig object that contains information about a dead-letter queue configuration.

Inheritance
object
CfnPipePropsMixin.DeadLetterConfigProperty
Implements
CfnPipePropsMixin.IDeadLetterConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-deadletterconfig.html

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 DeadLetterConfig object that contains information about a dead-letter queue configuration.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-deadletterconfig.html

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

string

Remarks

For Amazon Kinesis stream and Amazon DynamoDB stream sources, specify either an Amazon SNS topic or Amazon SQS queue ARN.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-deadletterconfig.html#cfn-pipes-pipe-deadletterconfig-arn

Implements

CfnPipePropsMixin.IDeadLetterConfigProperty
Back to top Generated by DocFX