| 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.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean contentBasedDeduplication,
Duration dataKeyReuse,
DeadLetterQueue deadLetterQueue,
DeduplicationScope deduplicationScope,
Duration deliveryDelay,
QueueEncryption encryption,
IKey encryptionMasterKey,
Boolean fifo,
FifoThroughputLimit fifoThroughputLimit,
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.