class
Amazonite::Kinesis::DeadLetterQueueS3Configuration
- Amazonite::Kinesis::DeadLetterQueueS3Configuration
- Reference
- Object
Overview
The Amazon S3 dead-letter queue configuration for records that cannot be delivered.
Included Modules
- JSON::Serializable
Defined in:
kinesis/dead_letter_queue_s3_configuration.crConstructors
- .new(bucket_arn : String, expected_bucket_owner : String, error_output_prefix : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#bucket_arn : String
The Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.
-
#bucket_arn=(bucket_arn : String)
The Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.
-
#error_output_prefix : String | Nil
The Amazon S3 key prefix for error records.
-
#error_output_prefix=(error_output_prefix : String | Nil)
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.
-
#expected_bucket_owner=(expected_bucket_owner : String)
The Amazon Web Services account ID of the expected owner of the dead-letter queue bucket.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Resource Name (ARN) of the dead-letter queue Amazon S3 bucket.
The Amazon S3 key prefix for error records.
The Amazon Web Services account ID of the expected owner of the dead-letter queue bucket.
The Amazon Web Services account ID of the expected owner of the dead-letter queue bucket.