| Modifier and Type | Method and Description |
|---|---|
default StreamEncryption |
DeliveryStreamProps.getEncryption()
(experimental) Indicates the type of customer master key (CMK) to use for server-side encryption, if any.
|
StreamEncryption |
DeliveryStreamProps.Jsii$Proxy.getEncryption() |
static StreamEncryption |
StreamEncryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamEncryption[] |
StreamEncryption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeliveryStream.Builder |
DeliveryStream.Builder.encryption(StreamEncryption encryption)
(experimental) Indicates the type of customer master key (CMK) to use for server-side encryption, if any.
|
DeliveryStreamProps.Builder |
DeliveryStreamProps.Builder.encryption(StreamEncryption encryption)
Sets the value of
DeliveryStreamProps.getEncryption() |
Copyright © 2022. All rights reserved.