Class: Aws::Kinesis::Types::DeadLetterQueueS3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::DeadLetterQueueS3Configuration
- 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
-
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.
-
#error_output_prefix ⇒ String
The Amazon S3 key prefix for error records.
-
#expected_bucket_owner ⇒ String
The Amazon Web Services account ID of the expected owner of the dead-letter queue bucket.
Instance Attribute Details
#bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.
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_prefix ⇒ String
The Amazon S3 key prefix for error records.
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_owner ⇒ String
The Amazon Web Services account ID of the expected owner of the dead-letter queue bucket.
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 |