Class GetSessionEmbedUrlRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.

        Returns:
        The ID for the Amazon Web Services account associated with your Amazon QuickSight subscription.
      • entryPoint

        public final String entryPoint()

        The URL you use to access the embedded session. The entry point URL is constrained to the following paths:

        • /start

        • /start/analyses

        • /start/dashboards

        • /start/favorites

        • /dashboards/DashboardId - where DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard

        • /analyses/AnalysisId - where AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis

        Returns:
        The URL you use to access the embedded session. The entry point URL is constrained to the following paths:

        • /start

        • /start/analyses

        • /start/dashboards

        • /start/favorites

        • /dashboards/DashboardId - where DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard

        • /analyses/AnalysisId - where AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis

      • sessionLifetimeInMinutes

        public final Long sessionLifetimeInMinutes()

        How many minutes the session is valid. The session lifetime must be 15-600 minutes.

        Returns:
        How many minutes the session is valid. The session lifetime must be 15-600 minutes.
      • userArn

        public final String userArn()

        The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity type. You can use this for any type of Amazon QuickSight users in your account (readers, authors, or admins). They need to be authenticated as one of the following:

        1. Active Directory (AD) users or group members

        2. Invited nonfederated users

        3. IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation

        Omit this parameter for users in the third group, IAM users and IAM role-based sessions.

        Returns:
        The Amazon QuickSight user's Amazon Resource Name (ARN), for use with QUICKSIGHT identity type. You can use this for any type of Amazon QuickSight users in your account (readers, authors, or admins). They need to be authenticated as one of the following:

        1. Active Directory (AD) users or group members

        2. Invited nonfederated users

        3. IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using SAML, OpenID Connect, or IAM federation

        Omit this parameter for users in the third group, IAM users and IAM role-based sessions.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object