libZSservicesZSamazonka-quicksightZSamazonka-quicksight
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Description

Generates an embed URL that you can use to embed an Amazon QuickSight dashboard in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions.

The following rules apply to the generated URL:

  • It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.
  • The URL validity period should not be confused with the actual session lifetime that can be customized using the SessionLifetimeInMinutes parameter.

    The resulting user session is valid for 15 minutes (default) to 10 hours (maximum).

  • You are charged only when the URL is used or there is interaction with Amazon QuickSight.

For more information, see Embedded Analytics in the Amazon QuickSight User Guide.

For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the Amazon QuickSight Developer Portal.

Synopsis

Creating a Request

data GenerateEmbedUrlForAnonymousUser Source #

See: newGenerateEmbedUrlForAnonymousUser smart constructor.

Constructors

GenerateEmbedUrlForAnonymousUser' 

Fields

  • sessionLifetimeInMinutes :: Maybe Natural

    How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.

  • sessionTags :: Maybe (NonEmpty SessionTag)

    The session tags used for row-level security. Before you use this parameter, make sure that you have configured the relevant datasets using the DataSet$RowLevelPermissionTagConfiguration parameter so that session tags can be used to provide row-level security.

    These are not the tags used for the Amazon Web Services resource tagging feature. For more information, see Using Row-Level Security (RLS) with Tags.

  • awsAccountId :: Text

    The ID for the Amazon Web Services account that contains the dashboard that you're embedding.

  • namespace :: Text

    The Amazon QuickSight namespace that the anonymous user virtually belongs to. If you are not using an Amazon QuickSight custom namespace, set this to default.

  • authorizedResourceArns :: [Text]

    The Amazon Resource Names for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session. If you choose Dashboard embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view.

  • experienceConfiguration :: AnonymousUserEmbeddingExperienceConfiguration

    The configuration of the experience you are embedding.

Instances

Instances details
Eq GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Show GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Generic GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Associated Types

type Rep GenerateEmbedUrlForAnonymousUser :: Type -> Type #

NFData GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Hashable GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

ToJSON GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

AWSRequest GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

ToHeaders GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

ToPath GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

ToQuery GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

type Rep GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

type Rep GenerateEmbedUrlForAnonymousUser = D1 ('MetaData "GenerateEmbedUrlForAnonymousUser" "Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "GenerateEmbedUrlForAnonymousUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sessionLifetimeInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "sessionTags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SessionTag))) :*: S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "authorizedResourceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "experienceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AnonymousUserEmbeddingExperienceConfiguration)))))
type AWSResponse GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

newGenerateEmbedUrlForAnonymousUser Source #

Create a value of GenerateEmbedUrlForAnonymousUser with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sessionLifetimeInMinutes:GenerateEmbedUrlForAnonymousUser', generateEmbedUrlForAnonymousUser_sessionLifetimeInMinutes - How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.

$sel:sessionTags:GenerateEmbedUrlForAnonymousUser', generateEmbedUrlForAnonymousUser_sessionTags - The session tags used for row-level security. Before you use this parameter, make sure that you have configured the relevant datasets using the DataSet$RowLevelPermissionTagConfiguration parameter so that session tags can be used to provide row-level security.

These are not the tags used for the Amazon Web Services resource tagging feature. For more information, see Using Row-Level Security (RLS) with Tags.

$sel:awsAccountId:GenerateEmbedUrlForAnonymousUser', generateEmbedUrlForAnonymousUser_awsAccountId - The ID for the Amazon Web Services account that contains the dashboard that you're embedding.

$sel:namespace:GenerateEmbedUrlForAnonymousUser', generateEmbedUrlForAnonymousUser_namespace - The Amazon QuickSight namespace that the anonymous user virtually belongs to. If you are not using an Amazon QuickSight custom namespace, set this to default.

$sel:authorizedResourceArns:GenerateEmbedUrlForAnonymousUser', generateEmbedUrlForAnonymousUser_authorizedResourceArns - The Amazon Resource Names for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session. If you choose Dashboard embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view.

$sel:experienceConfiguration:GenerateEmbedUrlForAnonymousUser', generateEmbedUrlForAnonymousUser_experienceConfiguration - The configuration of the experience you are embedding.

Request Lenses

generateEmbedUrlForAnonymousUser_sessionLifetimeInMinutes :: Lens' GenerateEmbedUrlForAnonymousUser (Maybe Natural) Source #

How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.

generateEmbedUrlForAnonymousUser_sessionTags :: Lens' GenerateEmbedUrlForAnonymousUser (Maybe (NonEmpty SessionTag)) Source #

The session tags used for row-level security. Before you use this parameter, make sure that you have configured the relevant datasets using the DataSet$RowLevelPermissionTagConfiguration parameter so that session tags can be used to provide row-level security.

These are not the tags used for the Amazon Web Services resource tagging feature. For more information, see Using Row-Level Security (RLS) with Tags.

generateEmbedUrlForAnonymousUser_awsAccountId :: Lens' GenerateEmbedUrlForAnonymousUser Text Source #

The ID for the Amazon Web Services account that contains the dashboard that you're embedding.

generateEmbedUrlForAnonymousUser_namespace :: Lens' GenerateEmbedUrlForAnonymousUser Text Source #

The Amazon QuickSight namespace that the anonymous user virtually belongs to. If you are not using an Amazon QuickSight custom namespace, set this to default.

generateEmbedUrlForAnonymousUser_authorizedResourceArns :: Lens' GenerateEmbedUrlForAnonymousUser [Text] Source #

The Amazon Resource Names for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session. If you choose Dashboard embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view.

Destructuring the Response

data GenerateEmbedUrlForAnonymousUserResponse Source #

Constructors

GenerateEmbedUrlForAnonymousUserResponse' 

Fields

Instances

Instances details
Eq GenerateEmbedUrlForAnonymousUserResponse Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Show GenerateEmbedUrlForAnonymousUserResponse Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Generic GenerateEmbedUrlForAnonymousUserResponse Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

NFData GenerateEmbedUrlForAnonymousUserResponse Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

type Rep GenerateEmbedUrlForAnonymousUserResponse Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

type Rep GenerateEmbedUrlForAnonymousUserResponse = D1 ('MetaData "GenerateEmbedUrlForAnonymousUserResponse" "Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser" "libZSservicesZSamazonka-quicksightZSamazonka-quicksight" 'False) (C1 ('MetaCons "GenerateEmbedUrlForAnonymousUserResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "embedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

Response Lenses