PipeDeadLetterConfigArgs

data class PipeDeadLetterConfigArgs(val arn: Output<String>? = null) : ConvertibleToJava<PipeDeadLetterConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val arn: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): PipeDeadLetterConfigArgs