How to get workspace bundle options using the SDK? #5058
Unanswered
aayush-makkad
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see that AWS console has following compute type options for workspace bundles
This is retrieved using the API call : https://region.console.aws.amazon.com/workspaces/service?operation=**describeBundles**
I tried SDK method to describe bundles (describeWorkspaceBundles) but this describes existing bundles and not the available compute type options, wanted to check if we have support for the same in SDK or not.
Screenshot of console is available at https://i.stack.imgur.com/cVbJg.png
Beta Was this translation helpful? Give feedback.
All reactions