| Package | Description |
|---|---|
| software.amazon.awscdk.services.sqs |
Amazon Simple Queue Service Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DeadLetterQueue.Jsii$Proxy
An implementation for
DeadLetterQueue |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterQueue |
DeadLetterQueue.Builder.build()
Builds the configured instance.
|
default DeadLetterQueue |
QueueProps.getDeadLetterQueue()
Send messages to this queue if they were unsuccessfully dequeued a number of times.
|
DeadLetterQueue |
QueueProps.Jsii$Proxy.getDeadLetterQueue() |
DeadLetterQueue |
Queue.getDeadLetterQueue()
If this queue is configured with a dead-letter queue, this is the dead-letter queue settings.
|
| Modifier and Type | Method and Description |
|---|---|
QueueProps.Builder |
QueueProps.Builder.deadLetterQueue(DeadLetterQueue deadLetterQueue)
Sets the value of
QueueProps.getDeadLetterQueue() |
Queue.Builder |
Queue.Builder.deadLetterQueue(DeadLetterQueue deadLetterQueue)
Send messages to this queue if they were unsuccessfully dequeued a number of times.
|
Copyright © 2022. All rights reserved.