Uses of Enum
software.amazon.awscdk.services.kinesisfirehose.StreamEncryption
Packages that use StreamEncryption
Package
Description
Amazon Kinesis Data Firehose Construct Library
-
Uses of StreamEncryption in software.amazon.awscdk.services.kinesisfirehose
Methods in software.amazon.awscdk.services.kinesisfirehose that return StreamEncryptionModifier and TypeMethodDescriptiondefault StreamEncryptionDeliveryStreamProps.getEncryption()(experimental) Indicates the type of customer master key (CMK) to use for server-side encryption, if any.final StreamEncryptionDeliveryStreamProps.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.kinesisfirehose with parameters of type StreamEncryptionModifier and TypeMethodDescriptionDeliveryStream.Builder.encryption(StreamEncryption encryption) (experimental) Indicates the type of customer master key (CMK) to use for server-side encryption, if any.DeliveryStreamProps.Builder.encryption(StreamEncryption encryption) Sets the value ofDeliveryStreamProps.getEncryption()