| Modifier and Type | Interface and Description |
|---|---|
static interface |
IQueue.Jsii$Default
Internal default implementation for
IQueue. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IQueue.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Queue
A new Amazon SQS queue.
|
class |
QueueBase
Reference to a new or existing Amazon SQS queue.
|
| Modifier and Type | Method and Description |
|---|---|
static IQueue |
Queue.fromQueueArn(software.constructs.Construct scope,
String id,
String queueArn)
Import an existing SQS queue provided an ARN.
|
static IQueue |
Queue.fromQueueAttributes(software.constructs.Construct scope,
String id,
QueueAttributes attrs)
Import an existing queue.
|
IQueue |
DeadLetterQueue.getQueue()
The dead-letter queue to which Amazon SQS moves messages after the value of maxReceiveCount is exceeded.
|
IQueue |
DeadLetterQueue.Jsii$Proxy.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
List<IQueue> |
QueuePolicyProps.getQueues()
The set of queues this policy applies to.
|
List<IQueue> |
QueuePolicyProps.Jsii$Proxy.getQueues() |
| Modifier and Type | Method and Description |
|---|---|
DeadLetterQueue.Builder |
DeadLetterQueue.Builder.queue(IQueue queue)
Sets the value of
DeadLetterQueue.getQueue() |
| Modifier and Type | Method and Description |
|---|---|
QueuePolicyProps.Builder |
QueuePolicyProps.Builder.queues(List<? extends IQueue> queues)
Sets the value of
QueuePolicyProps.getQueues() |
QueuePolicy.Builder |
QueuePolicy.Builder.queues(List<? extends IQueue> queues)
The set of queues this policy applies to.
|
| Constructor and Description |
|---|
Jsii$Proxy(Number maxReceiveCount,
IQueue queue)
Constructor that initializes the object based on literal property values passed by the
DeadLetterQueue.Builder. |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IQueue> queues)
Constructor that initializes the object based on literal property values passed by the
QueuePolicyProps.Builder. |
Copyright © 2021. All rights reserved.