Class: Aws::Kafka::Types::DeadLetterQueueS3

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

Overview

Configuration of the Amazon S3 bucket where records that fail to deliver are stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arnString

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

Returns:

  • (String)


3192
3193
3194
3195
3196
3197
3198
# File 'lib/aws-sdk-kafka/types.rb', line 3192

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

#error_output_prefixString

An optional prefix prepended to every dead-letter Amazon S3 object key.

Returns:

  • (String)


3192
3193
3194
3195
3196
3197
3198
# File 'lib/aws-sdk-kafka/types.rb', line 3192

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

#expected_bucket_ownerString

Optional 12-digit AWS account ID expected to own the dead-letter Amazon S3 bucket.

Returns:

  • (String)


3192
3193
3194
3195
3196
3197
3198
# File 'lib/aws-sdk-kafka/types.rb', line 3192

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