You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we claim getDesiredResourceTags return User-defined tags. Intuitively readers would assume it's for user tags only.
However, I have noticed system tags such as aws:cloudformation:stackid is being added in the returned results while testing my CFN stack. Given we already have request.getRequestData().getSystemTags() method for system tags, please consider to either update the code comments explaining why these non User-defined tags are here, or provide another method that will only return user tags to avoid confusions.
The text was updated successfully, but these errors were encountered:
cloudformation-cli-java-plugin/src/main/java/software/amazon/cloudformation/AbstractWrapper.java
Lines 536 to 549 in 75133ad
Here we claim
getDesiredResourceTags
return User-defined tags. Intuitively readers would assume it's for user tags only.However, I have noticed system tags such as
aws:cloudformation:stackid
is being added in the returned results while testing my CFN stack. Given we already haverequest.getRequestData().getSystemTags()
method for system tags, please consider to either update the code comments explaining why these non User-defined tags are here, or provide another method that will only return user tags to avoid confusions.The text was updated successfully, but these errors were encountered: