| Package | Description |
|---|---|
| software.amazon.awscdk.services.sqs |
Amazon Simple Queue Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default QueueEncryption |
QueueProps.getEncryption()
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)
Whether the contents of the queue are encrypted, and by what type of key.
|
Copyright © 2022. All rights reserved.