Module: AWSCDK::Kinesis::StreamEncryption
- Defined in:
- kinesis/stream_encryption.rb
Overview
What kind of server-side encryption to apply to this stream.
Constant Summary collapse
- UNENCRYPTED =
Deprecated.Note:
Default:
Records in the stream are not encrypted.
Jsii::Enum.new("aws-cdk-lib.aws_kinesis.StreamEncryption", "UNENCRYPTED")
- MANAGED =
Deprecated.Note:
Default:
Server-side encryption with a master key managed by Amazon Kinesis.
Jsii::Enum.new("aws-cdk-lib.aws_kinesis.StreamEncryption", "MANAGED")