| Package | Description |
|---|---|
| software.amazon.awscdk.services.sqs |
Amazon Simple Queue Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Queue.Builder |
Queue.Builder.contentBasedDeduplication(Boolean contentBasedDeduplication)
(experimental) Specifies whether to enable content-based deduplication.
|
static Queue.Builder |
Queue.Builder.create(software.constructs.Construct scope,
String id) |
Queue.Builder |
Queue.Builder.dataKeyReuse(Duration dataKeyReuse)
(experimental) The length of time that Amazon SQS reuses a data key before calling KMS again.
|
Queue.Builder |
Queue.Builder.deadLetterQueue(DeadLetterQueue deadLetterQueue)
(experimental) Send messages to this queue if they were unsuccessfully dequeued a number of times.
|
Queue.Builder |
Queue.Builder.deliveryDelay(Duration deliveryDelay)
(experimental) The time in seconds that the delivery of all messages in the queue is delayed.
|
Queue.Builder |
Queue.Builder.encryption(QueueEncryption encryption)
(experimental) Whether the contents of the queue are encrypted, and by what type of key.
|
Queue.Builder |
Queue.Builder.encryptionMasterKey(IKey encryptionMasterKey)
(experimental) External KMS master key to use for queue encryption.
|
Queue.Builder |
Queue.Builder.fifo(Boolean fifo)
(experimental) Whether this a first-in-first-out (FIFO) queue.
|
Queue.Builder |
Queue.Builder.maxMessageSizeBytes(Number maxMessageSizeBytes)
(experimental) The limit of how many bytes that a message can contain before Amazon SQS rejects it.
|
Queue.Builder |
Queue.Builder.queueName(String queueName)
(experimental) A name for the queue.
|
Queue.Builder |
Queue.Builder.receiveMessageWaitTime(Duration receiveMessageWaitTime)
(experimental) Default wait time for ReceiveMessage calls.
|
Queue.Builder |
Queue.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the user pool is removed from the stack.
|
Queue.Builder |
Queue.Builder.retentionPeriod(Duration retentionPeriod)
(experimental) The number of seconds that Amazon SQS retains a message.
|
Queue.Builder |
Queue.Builder.visibilityTimeout(Duration visibilityTimeout)
(experimental) Timeout of processing a single message.
|
Copyright © 2021. All rights reserved.