Hi,
I have created a Template having different Sheets and Visuals. Based on that template I have created an Analysis and a Dashboard. I have noticed that all SheetIDs and VisualIDS are regenerated (random uuids) when I called describe-analysis-definition/describe-dashboard-definition. I was expecting they have the same values as in the Template definition. Does anyone know if it is possible to preserve the SheetIDs/VisualIDs I define in template, in analysis and dashboards as well ?
Did the tests using quicksight API & cloudformation. Tests were:
create-template
create-analysis (reference the template)
create-dashboard (reference the template)
describe-template-definition
describe-analysis-definition (here sheetIds & visualIds are different than the template ones)
describe-dashboard-definition (here sheetIds & visualIds are different than the template ones)
Thank you