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
Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
In toJson implementation, actions are being added to resources field.
Because of this, wrong json document is getting created.
Expected Behavior
toJson method should create correct json.
Current Behavior
In toJson implementation, actions are being added to resources field.
Because of this, wrong json document is getting created.
Reproduction Steps
Create a IamPolicy.java object , add resources to it.
Then convert it to json by calling toJson method.
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.20.109
JDK version used
java 17
Operating System and version
windows 11
The text was updated successfully, but these errors were encountered: