Class: Aws::Kafka::Types::DeadLetterQueueS3
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeadLetterQueueS3
- 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
-
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the dead-letter Amazon S3 bucket.
-
#error_output_prefix ⇒ String
An optional prefix prepended to every dead-letter Amazon S3 object key.
-
#expected_bucket_owner ⇒ String
Optional 12-digit AWS account ID expected to own the dead-letter Amazon S3 bucket.
Instance Attribute Details
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the dead-letter Amazon S3 bucket.
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_prefix ⇒ String
An optional prefix prepended to every dead-letter Amazon S3 object key.
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_owner ⇒ String
Optional 12-digit AWS account ID expected to own the dead-letter Amazon S3 bucket.
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 |