class
Amazonite::EventBridge::DeadLetterConfig
- Amazonite::EventBridge::DeadLetterConfig
- Reference
- Object
Overview
Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
For more information, see Using dead-letter queues to process undelivered events in the EventBridge User Guide.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/dead_letter_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The ARN of the SQS queue specified as the target for the dead-letter queue.
-
#arn=(arn : String | Nil)
The ARN of the SQS queue specified as the target for the dead-letter queue.
-
#hash(hasher)
See
Object#hash(hasher) - #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 arn : String | Nil
#
The ARN of the SQS queue specified as the target for the dead-letter queue.
def arn=(arn : String | Nil)
#
The ARN of the SQS queue specified as the target for the dead-letter queue.