Class: Aws::Pipes::Types::DeadLetterConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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.

Returns:

  • (String)


572
573
574
575
576
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 572

class DeadLetterConfig < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end