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.Types.RegisteredUserEmbeddingExperienceConfiguration

Description

 
Synopsis

Documentation

data RegisteredUserEmbeddingExperienceConfiguration Source #

The type of experience you want to embed. For registered users, you can embed Amazon QuickSight dashboards or the Amazon QuickSight console.

Exactly one of the experience configurations is required. You can choose Dashboard or QuickSightConsole. You cannot choose more than one experience configuration.

See: newRegisteredUserEmbeddingExperienceConfiguration smart constructor.

Constructors

RegisteredUserEmbeddingExperienceConfiguration' 

Fields

Instances

Instances details
ToJSON RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Generic RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Read RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Show RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

NFData RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Eq RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

Hashable RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

type Rep RegisteredUserEmbeddingExperienceConfiguration Source # 
Instance details

Defined in Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration

type Rep RegisteredUserEmbeddingExperienceConfiguration = D1 ('MetaData "RegisteredUserEmbeddingExperienceConfiguration" "Amazonka.QuickSight.Types.RegisteredUserEmbeddingExperienceConfiguration" "amazonka-quicksight-2.0-9P6nV9koXl6GTlt8ZjS7C9" 'False) (C1 ('MetaCons "RegisteredUserEmbeddingExperienceConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dashboard") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserDashboardEmbeddingConfiguration)) :*: S1 ('MetaSel ('Just "dashboardVisual") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserDashboardVisualEmbeddingConfiguration))) :*: (S1 ('MetaSel ('Just "qSearchBar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserQSearchBarEmbeddingConfiguration)) :*: S1 ('MetaSel ('Just "quickSightConsole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegisteredUserQuickSightConsoleEmbeddingConfiguration)))))

newRegisteredUserEmbeddingExperienceConfiguration :: RegisteredUserEmbeddingExperienceConfiguration Source #

Create a value of RegisteredUserEmbeddingExperienceConfiguration 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:dashboard:RegisteredUserEmbeddingExperienceConfiguration', registeredUserEmbeddingExperienceConfiguration_dashboard - The configuration details for providing a dashboard embedding experience.

$sel:dashboardVisual:RegisteredUserEmbeddingExperienceConfiguration', registeredUserEmbeddingExperienceConfiguration_dashboardVisual - The type of embedding experience. In this case, Amazon QuickSight visuals.

$sel:qSearchBar:RegisteredUserEmbeddingExperienceConfiguration', registeredUserEmbeddingExperienceConfiguration_qSearchBar - The configuration details for embedding the Q search bar.

For more information about embedding the Q search bar, see Embedding Overview in the Amazon QuickSight User Guide.

$sel:quickSightConsole:RegisteredUserEmbeddingExperienceConfiguration', registeredUserEmbeddingExperienceConfiguration_quickSightConsole - The configuration details for providing each Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide.

Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that allows users to create data sources, datasets, analyses, and dashboards. The users who accesses an embedded Amazon QuickSight console needs to belong to the author or admin security cohort. If you want to restrict permissions to some of these features, add a custom permissions profile to the user with the UpdateUser API operation. Use the RegisterUser API operation to add a new user with a custom permission profile attached. For more information, see the following sections 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.

registeredUserEmbeddingExperienceConfiguration_qSearchBar :: Lens' RegisteredUserEmbeddingExperienceConfiguration (Maybe RegisteredUserQSearchBarEmbeddingConfiguration) Source #

The configuration details for embedding the Q search bar.

For more information about embedding the Q search bar, see Embedding Overview in the Amazon QuickSight User Guide.

registeredUserEmbeddingExperienceConfiguration_quickSightConsole :: Lens' RegisteredUserEmbeddingExperienceConfiguration (Maybe RegisteredUserQuickSightConsoleEmbeddingConfiguration) Source #

The configuration details for providing each Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see Customizing Access to the Amazon QuickSight Console in the Amazon QuickSight User Guide.

Use GenerateEmbedUrlForRegisteredUser where you want to provide an authoring portal that allows users to create data sources, datasets, analyses, and dashboards. The users who accesses an embedded Amazon QuickSight console needs to belong to the author or admin security cohort. If you want to restrict permissions to some of these features, add a custom permissions profile to the user with the UpdateUser API operation. Use the RegisterUser API operation to add a new user with a custom permission profile attached. For more information, see the following sections 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.