PipeDeadLetterConfig

data class PipeDeadLetterConfig(val arn: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the specified target for the dead-letter queue. For Amazon Kinesis stream and Amazon DynamoDB stream sources, specify either an Amazon SNS topic or Amazon SQS queue ARN.