class
Amazonite::Lambda::DeadLetterConfig
- Amazonite::Lambda::DeadLetterConfig
- Reference
- Object
Overview
The dead-letter queue for failed asynchronous invocations.
Included Modules
- JSON::Serializable
Defined in:
lambda/dead_letter_config.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#target_arn : String | Nil
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
-
#target_arn=(target_arn : String | Nil)
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def target_arn : String | Nil
#
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.
def target_arn=(target_arn : String | Nil)
#
The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic.