| 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.DashboardVisualId
Description
Documentation
data DashboardVisualId Source #
A structure that contains the following elements:
- The
DashboardIdof the dashboard that has the visual that you want to embed. - The
SheetIdof the sheet that has the visual that you want to embed. - The
VisualIdof the visual that you want to embed.
The DashboardId, SheetId, and VisualId can be found in the
IDs for developers section of the Embed visual pane of the visual's
on-visual menu of the Amazon QuickSight console. You can also get the
DashboardId with a ListDashboards API operation.
See: newDashboardVisualId smart constructor.
Constructors
| DashboardVisualId' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DashboardVisualId |
Create a value of DashboardVisualId 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:dashboardId:DashboardVisualId', dashboardVisualId_dashboardId - The ID of the dashboard that has the visual that you want to embed. The
DashboardId can be found in the IDs for developers section of the
Embed visual pane of the visual's on-visual menu of the Amazon
QuickSight console. You can also get the DashboardId with a
ListDashboards API operation.
$sel:sheetId:DashboardVisualId', dashboardVisualId_sheetId - The ID of the sheet that the has visual that you want to embed. The
SheetId can be found in the IDs for developers section of the
Embed visual pane of the visual's on-visual menu of the Amazon
QuickSight console.
$sel:visualId:DashboardVisualId', dashboardVisualId_visualId - The ID of the visual that you want to embed. The VisualID can be found
in the IDs for developers section of the Embed visual pane of the
visual's on-visual menu of the Amazon QuickSight console.
dashboardVisualId_dashboardId :: Lens' DashboardVisualId Text Source #
The ID of the dashboard that has the visual that you want to embed. The
DashboardId can be found in the IDs for developers section of the
Embed visual pane of the visual's on-visual menu of the Amazon
QuickSight console. You can also get the DashboardId with a
ListDashboards API operation.
dashboardVisualId_sheetId :: Lens' DashboardVisualId Text Source #
The ID of the sheet that the has visual that you want to embed. The
SheetId can be found in the IDs for developers section of the
Embed visual pane of the visual's on-visual menu of the Amazon
QuickSight console.
dashboardVisualId_visualId :: Lens' DashboardVisualId Text Source #
The ID of the visual that you want to embed. The VisualID can be found
in the IDs for developers section of the Embed visual pane of the
visual's on-visual menu of the Amazon QuickSight console.