Uses of Enum
software.amazon.awscdk.services.kinesis.StreamEncryption
Packages that use StreamEncryption
-
Uses of StreamEncryption in software.amazon.awscdk.services.kinesis
Methods in software.amazon.awscdk.services.kinesis that return StreamEncryptionModifier and TypeMethodDescriptiondefault StreamEncryptionStreamProps.getEncryption()The kind of server-side encryption to apply to this stream.final StreamEncryptionStreamProps.Jsii$Proxy.getEncryption()static StreamEncryptionReturns 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.Methods in software.amazon.awscdk.services.kinesis with parameters of type StreamEncryptionModifier and TypeMethodDescriptionStream.Builder.encryption(StreamEncryption encryption) The kind of server-side encryption to apply to this stream.StreamProps.Builder.encryption(StreamEncryption encryption) Sets the value ofStreamProps.getEncryption()