@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:40.978Z") @Stability(value=Stable) public interface DeadLetterQueue extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeadLetterQueue.Builder
A builder for
DeadLetterQueue |
static class |
DeadLetterQueue.Jsii$Proxy
An implementation for
DeadLetterQueue |
| Modifier and Type | Method and Description |
|---|---|
static DeadLetterQueue.Builder |
builder() |
Number |
getMaxReceiveCount()
The number of times a message can be unsuccesfully dequeued before being moved to the dead-letter queue.
|
IQueue |
getQueue()
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
|
@Stability(value=Stable) @NotNull Number getMaxReceiveCount()
@Stability(value=Stable) @NotNull IQueue getQueue()
@Stability(value=Stable) static DeadLetterQueue.Builder builder()
DeadLetterQueue.Builder of DeadLetterQueueCopyright © 2021. All rights reserved.