-
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.
fix: Make sqs.Queue.encryptionMasterKey readonly (#650)
The `sqs.QueueRef` class defines `encryptionMasterKey` as readonly, and consequently, `sqs.Queue` cannot re-define it as mutable without breaking Liskov substitutability, which the next release of `jsii` will be enforcing.
- Loading branch information
1 parent
feae63c
commit 19b540a
Showing
1 changed file
with
47 additions
and
38 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