We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today we get identity region of QS via try and error message
This can be replaced with list_namespaces procedure
list(qs.get_paginator('list_namespaces').paginate(AwsAccountId=account_id).search("Namespaces[? Name=='default'].CapacityRegion"))[0] Out[9]: 'us-east-1'
The text was updated successfully, but these errors were encountered:
Code to modify is here https://github.com/aws-samples/aws-cudos-framework-deployment/blob/main/cid/helpers/quicksight/__init__.py#L86
Sorry, something went wrong.
No branches or pull requests
Today we get identity region of QS via try and error message
This can be replaced with list_namespaces procedure
The text was updated successfully, but these errors were encountered: