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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


590
591
592
593
594
# File 'lib/aws-sdk-pipes/types.rb', line 590

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