amazonka-quicksight-2.0: Amazon QuickSight SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Description

Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or visual 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 (minimum) to 10 hours (maximum). The default session duration is 10 hours.
  • 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

  • allowedDomains :: Maybe [Text]

    The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.

    To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.

  • 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 Tagsin the Amazon QuickSight User Guide.

  • 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 (ARNs) 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. Currently, you can pass up to 25 dashboard ARNs in each API call.

  • experienceConfiguration :: AnonymousUserEmbeddingExperienceConfiguration

    The configuration of the experience that you are embedding.

Instances

Instances details
ToJSON 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

AWSRequest 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 #

Show GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

NFData GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Eq GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Hashable GenerateEmbedUrlForAnonymousUser Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

type AWSResponse 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" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "GenerateEmbedUrlForAnonymousUser'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "allowedDomains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (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)))))

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:allowedDomains:GenerateEmbedUrlForAnonymousUser', generateEmbedUrlForAnonymousUser_allowedDomains - The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.

To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.

$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 Tagsin the Amazon QuickSight User Guide.

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

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 (ARNs) 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. Currently, you can pass up to 25 dashboard ARNs in each API call.

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

Request Lenses

generateEmbedUrlForAnonymousUser_allowedDomains :: Lens' GenerateEmbedUrlForAnonymousUser (Maybe [Text]) Source #

The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.

To include all subdomains under a specific domain to the allow list, use *. For example, https://*.sapp.amazon.com includes all subdomains under https://sapp.amazon.com.

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 Tagsin the Amazon QuickSight User Guide.

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 (ARNs) 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. Currently, you can pass up to 25 dashboard ARNs in each API call.

Destructuring the Response

data GenerateEmbedUrlForAnonymousUserResponse Source #

Constructors

GenerateEmbedUrlForAnonymousUserResponse' 

Fields

Instances

Instances details
Generic GenerateEmbedUrlForAnonymousUserResponse Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Show GenerateEmbedUrlForAnonymousUserResponse Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

NFData GenerateEmbedUrlForAnonymousUserResponse Source # 
Instance details

Defined in Amazonka.QuickSight.GenerateEmbedUrlForAnonymousUser

Eq 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" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" '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) :*: S1 ('MetaSel ('Just "anonymousUserArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

Response Lenses

generateEmbedUrlForAnonymousUserResponse_anonymousUserArn :: Lens' GenerateEmbedUrlForAnonymousUserResponse Text Source #

The Amazon Resource Name (ARN) to use for the anonymous Amazon QuickSight user.