-
Notifications
You must be signed in to change notification settings - Fork 49
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
AWS ARN Parser #215
Comments
This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to provide a comment or open a new issue. |
I was using parsing ARNs are part of tracking QuickSIght usage. It would have been great if I could have used the Kotlin parser rather than the Java parser. |
We have no plans to expose a public ARN parser at this time. This issue was created to track implementation of an internal-only ARN parser, which we now have. Closing this issue for now. |
|
Implement an ARN parser and supporting classes.
Consider how this will integrate with the various endpoint customizations (e.g. S3 virtual host, Westeros, MRAP) etc which is the primary use case for this.
The text was updated successfully, but these errors were encountered: