Skip to content

Commit

Permalink
Add resource properties structure and validation (#1213)
Browse files Browse the repository at this point in the history
* Resource properties and AWS tagging traits (unstable) and validation added. CfnConverter updated.

Co-authored-by: Michael Dowling <[email protected]>
  • Loading branch information
DavidOgunsAWS and mtdowling committed Aug 9, 2022
1 parent 9692963 commit 2f956a7
Show file tree
Hide file tree
Showing 108 changed files with 7,649 additions and 604 deletions.
7 changes: 7 additions & 0 deletions config/spotbugs/filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,11 @@
<Class name="software.amazon.smithy.model.knowledge.NullableIndex"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
</Match>

<!-- Spotbugs for some reason isn't seeing that Objects.requireNonNull prevents a null return.
this is used when dereferencing a WeakReference to the Model. -->
<Match>
<Class name="software.amazon.smithy.model.knowledge.PropertyBindingIndex"/>
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE"/>
</Match>
</FindBugsFilter>
Loading

0 comments on commit 2f956a7

Please sign in to comment.