| Package | Description |
|---|---|
| software.amazon.awscdk.services.kinesis |
Amazon Kinesis Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default StreamEncryption |
StreamProps.getEncryption()
(experimental) The kind of server-side encryption to apply to this stream.
|
StreamEncryption |
StreamProps.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 |
|---|---|
Stream.Builder |
Stream.Builder.encryption(StreamEncryption encryption)
(experimental) The kind of server-side encryption to apply to this stream.
|
StreamProps.Builder |
StreamProps.Builder.encryption(StreamEncryption encryption)
Sets the value of
StreamProps.getEncryption() |
| Constructor and Description |
|---|
Jsii$Proxy(StreamEncryption encryption,
IKey encryptionKey,
Duration retentionPeriod,
Number shardCount,
String streamName)
Constructor that initializes the object based on literal property values passed by the
StreamProps.Builder. |
Copyright © 2021. All rights reserved.