Uses of Interface
software.amazon.awscdk.services.kinesis.CfnStream.StreamEncryptionProperty
-
Uses of CfnStream.StreamEncryptionProperty in software.amazon.awscdk.services.kinesis
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnStream.StreamEncryptionProperty
Modifier and TypeMethodDescriptionCfnStream.StreamEncryptionProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnStream.setStreamEncryption
(CfnStream.StreamEncryptionProperty value) When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.CfnStream.Builder.streamEncryption
(CfnStream.StreamEncryptionProperty streamEncryption) When specified, enables or updates server-side encryption using an AWS KMS key for a specified stream.CfnStreamProps.Builder.streamEncryption
(CfnStream.StreamEncryptionProperty streamEncryption) Sets the value ofCfnStreamProps.getStreamEncryption()