| Package | Description |
|---|---|
| software.amazon.awscdk.services.sqs |
Amazon Simple Queue Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default QueueEncryption |
QueueProps.getEncryption()
(experimental) Whether the contents of the queue are encrypted, and by what type of key.
|
QueueEncryption |
QueueProps.Jsii$Proxy.getEncryption() |
static QueueEncryption |
QueueEncryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueEncryption[] |
QueueEncryption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
QueueProps.Builder |
QueueProps.Builder.encryption(QueueEncryption encryption)
Sets the value of
QueueProps.getEncryption() |
Queue.Builder |
Queue.Builder.encryption(QueueEncryption encryption)
(experimental) Whether the contents of the queue are encrypted, and by what type of key.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean contentBasedDeduplication,
Duration dataKeyReuse,
DeadLetterQueue deadLetterQueue,
Duration deliveryDelay,
QueueEncryption encryption,
IKey encryptionMasterKey,
Boolean fifo,
Number maxMessageSizeBytes,
String queueName,
Duration receiveMessageWaitTime,
RemovalPolicy removalPolicy,
Duration retentionPeriod,
Duration visibilityTimeout)
Constructor that initializes the object based on literal property values passed by the
QueueProps.Builder. |
Copyright © 2021. All rights reserved.