Class: Aws::Kinesis::Types::DeadLetterQueueS3Configuration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/types.rb

Overview

The Amazon S3 dead-letter queue configuration for records that cannot be delivered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arnString

The Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.

Returns:

  • (String)


614
615
616
617
618
619
620
# File 'lib/aws-sdk-kinesis/types.rb', line 614

class DeadLetterQueueS3Configuration < Struct.new(
  :bucket_arn,
  :expected_bucket_owner,
  :error_output_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#error_output_prefixString

The Amazon S3 key prefix for error records.

Returns:

  • (String)


614
615
616
617
618
619
620
# File 'lib/aws-sdk-kinesis/types.rb', line 614

class DeadLetterQueueS3Configuration < Struct.new(
  :bucket_arn,
  :expected_bucket_owner,
  :error_output_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#expected_bucket_ownerString

The Amazon Web Services account ID of the expected owner of the dead-letter queue bucket.

Returns:

  • (String)


614
615
616
617
618
619
620
# File 'lib/aws-sdk-kinesis/types.rb', line 614

class DeadLetterQueueS3Configuration < Struct.new(
  :bucket_arn,
  :expected_bucket_owner,
  :error_output_prefix)
  SENSITIVE = []
  include Aws::Structure
end