Generates a server-side embeddable URL and authorization code. For this process to work properly, first configure the dashboards and user permissions. For more information, see Embedding Amazon QuickSight Dashboards in the Amazon QuickSight User Guide or Embedding Amazon QuickSight Dashboards in the Amazon QuickSight API Reference.
quicksight_get_dashboard_embed_url(AwsAccountId, DashboardId,
IdentityType, SessionLifetimeInMinutes, UndoRedoDisabled, ResetDisabled,
UserArn)
[required] The ID for the AWS account that contains the dashboard that you\'re embedding.
[required] The ID for the dashboard, also added to the IAM policy.
[required] The authentication method that the user uses to sign in.
How many minutes the session is valid. The session lifetime must be 15-600 minutes.
Remove the undo/redo button on the embedded dashboard. The default is FALSE, which enables the undo/redo button.
Remove the reset button on the embedded dashboard. The default is FALSE, which enables the reset button.
The Amazon QuickSight user\'s Amazon Resource Name (ARN), for use with
QUICKSIGHT
identity type. You can use this for any Amazon QuickSight
users in your account (readers, authors, or admins) authenticated as one
of the following:
Active Directory (AD) users or group members
Invited nonfederated users
IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation.
svc$get_dashboard_embed_url( AwsAccountId = "string", DashboardId = "string", IdentityType = "IAM"|"QUICKSIGHT", SessionLifetimeInMinutes = 123, UndoRedoDisabled = TRUE|FALSE, ResetDisabled = TRUE|FALSE, UserArn = "string" )
Currently, you can use GetDashboardEmbedURL
only from the server, not
from the user's browser.