-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(kinesis): streams are encrypted by default (#7102)
Currently, the default configuration for a stream is to be unencrypted. This change uses the KMS master key and enables encryption on Streams by default. Stream encryption is not supported in `cn-north-1` and `cn-northwest-1` regions so there's a condition that sets the default in those regions to unencrypted. **Why is this not a breaking change** Modifying the encryption settings on a Stream does not require interruption. Adding/removing the `StreamEncryption` properties will enable/disable the encryption on the stream accordingly without interruption
- Loading branch information
Showing
5 changed files
with
855 additions
and
586 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.