我想将 Quicksight 仪表板嵌入到应用程序中。我浏览了 AWS quicksight 文档,但没有找到安全签名的仪表板 URL。
问问题
10540 次
3 回答
14
于 2019-01-05T12:36:54.803 回答
1
于 2020-04-07T20:06:10.147 回答
1
此链接将为您提供您需要的 aws cli https://aws.amazon.com/blogs/big-data/embed-interactive-dashboards-in-your-application-with-amazon-quicksight/
这是为您提供嵌入 URL 的第 3 步 aws cli cmd(我能够执行)
aws quicksight get-dashboard-embed-url --aws-account-id (your account ID) --dashboard-id (your dashgboard ID) --identity-type IAM
还有许多其他依赖项来启用每个 aws 文件的嵌入式仪表板。我无法成功地做到这一点。GL,如果你做到了,请告诉我!
于 2019-01-03T02:46:39.253 回答