aws-samples / baseline-environment-on-aws

Baseline Environment on AWS(BLEA) is a set of reference CDK template to establish secure baseline on standalone-account or ControlTower based multi-account AWS environment. This solution provides basic and extensible guardrail with AWS security services and end-to-end sample CDK code for typical system architecture.
382 stars 68 forks source link

fix: make public variable read only outside construct #824

Closed Konippi closed 3 months ago

Konippi commented 3 months ago

In order to make public variables of construct read-only, I defined them as interface type. This makes them unchangeable outside of construct and improves safety.


By submitting this pull request, I confirm that my contribution is made under the terms of the MIT No Attribution (MIT-0).

mergify[bot] commented 3 months ago

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

mergify[bot] commented 3 months ago

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).