How to duplicate the dashboard using aws sdk?
How you can do that via AWS SDK QuickSight.Model (so NOT via the GUI dashboard)?
Hi there,
You can duplicate a dashboard in the following way:
- Create a template of the dashboard using the CreateTemplate API.
- You can create either a new analysis or dashboard from the template using the CreateAnalysis and CreateDashboard APIs.
Let me know if you have any questions.
Rob