| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.RegisteredUserQuickSightConsoleEmbeddingConfiguration
Description
Synopsis
- data RegisteredUserQuickSightConsoleEmbeddingConfiguration = RegisteredUserQuickSightConsoleEmbeddingConfiguration' {
- initialPath :: Maybe Text
- newRegisteredUserQuickSightConsoleEmbeddingConfiguration :: RegisteredUserQuickSightConsoleEmbeddingConfiguration
- registeredUserQuickSightConsoleEmbeddingConfiguration_initialPath :: Lens' RegisteredUserQuickSightConsoleEmbeddingConfiguration (Maybe Text)
Documentation
data RegisteredUserQuickSightConsoleEmbeddingConfiguration Source #
Information about the Amazon QuickSight console that you want to embed.
See: newRegisteredUserQuickSightConsoleEmbeddingConfiguration smart constructor.
Constructors
| RegisteredUserQuickSightConsoleEmbeddingConfiguration' | |
Fields
| |
Instances
newRegisteredUserQuickSightConsoleEmbeddingConfiguration :: RegisteredUserQuickSightConsoleEmbeddingConfiguration Source #
Create a value of RegisteredUserQuickSightConsoleEmbeddingConfiguration 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:initialPath:RegisteredUserQuickSightConsoleEmbeddingConfiguration', registeredUserQuickSightConsoleEmbeddingConfiguration_initialPath - The initial URL path for the Amazon QuickSight console. InitialPath is
required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId. DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard./analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis.
registeredUserQuickSightConsoleEmbeddingConfiguration_initialPath :: Lens' RegisteredUserQuickSightConsoleEmbeddingConfiguration (Maybe Text) Source #
The initial URL path for the Amazon QuickSight console. InitialPath is
required.
The entry point URL is constrained to the following paths:
/start
/start/analyses
/start/dashboards
/start/favorites
/dashboards/DashboardId. DashboardId is the actual ID key from the Amazon QuickSight console URL of the dashboard./analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon QuickSight console URL of the analysis.