Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rds): publiclyAccessible=false set on an instance is ignored when…
… cluster is placed in a public subnet (#28038) This change fixes the incorrect behavior as explained in #28037. Using null coalescing operator in TypeScript will use the original value of `publiclyAccessible` set on the `ServerlessV2ClusterInstanceProps`. Closes #28037. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information