class Amazonite::Kinesis::DeadLetterQueueS3Configuration

Overview

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

Included Modules

Defined in:

kinesis/dead_letter_queue_s3_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bucket_arn : String, expected_bucket_owner : String, error_output_prefix : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def bucket_arn : String #

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


[View source]
def bucket_arn=(bucket_arn : String) #

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


[View source]
def error_output_prefix : String | Nil #

The Amazon S3 key prefix for error records.


[View source]
def error_output_prefix=(error_output_prefix : String | Nil) #

The Amazon S3 key prefix for error records.


[View source]
def expected_bucket_owner : String #

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


[View source]
def expected_bucket_owner=(expected_bucket_owner : String) #

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


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]