-
Notifications
You must be signed in to change notification settings - Fork 889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IAM Policy Builder #39
Comments
This shouldn't be a high-effort migration, since there's not a lot of bells and whistles that can be added to the 1.11.x version. |
This would be helpful and preferable to importing the v1 SDK |
I'm trying to get SNS over SQS working, and these classes would be very helpful, as the subscribe operation no longer sets the policy. I'd really prefer not to have to us the v1 SDK. They're currently in the test-utils artifact, which makes me a little nervous about using them in production code. |
#4185 created to add this feature |
This feature was released. Documentation in developer guide is in progress, but you can use it based on the docs here: https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/policybuilder/iam/IamPolicy.html |
|
The IAM policy builder includes some hacks and changes, like removing dashes from account IDs, that could be considered unintuitive.
Review the inherited state of the V1 IAM policy builder and determine which changes are necessary for V2.
(Feel free to comment on this issue with desired changes).
The text was updated successfully, but these errors were encountered: