Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: L2 constructs should use strong types instead of attributes…
…. props should not have "arn" suffix (awslint:props-no-arn-refs) Adds a new awslint:props-no-arn-refs rule which valides that props do not have an "arn" suffix. Props should use strong types instead of attributes. This is in accordance with the new AWS Construct Library guidelines. Fixes #2436
- Loading branch information