DashboardVisualId
A structure that contains the following elements:
-
The
DashboardId
of the dashboard that has the visual that you want to embed. -
The
SheetId
of the sheet that has the visual that you want to embed. -
The
VisualId
of 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.
Contents
Note
In the following list, the required parameters are described first.
- DashboardId
-
The ID of the dashboard that has the visual that you want to embed. The
DashboardId
can be found in theIDs for developers
section of theEmbed visual
pane of the visual's on-visual menu of the Amazon QuickSight console. You can also get theDashboardId
with aListDashboards
API operation.Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[\w\-]+
Required: Yes
- SheetId
-
The ID of the sheet that the has visual that you want to embed. The
SheetId
can be found in theIDs for developers
section of theEmbed visual
pane of the visual's on-visual menu of the Amazon QuickSight console.Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[\w\-]+
Required: Yes
- VisualId
-
The ID of the visual that you want to embed. The
VisualID
can be found in theIDs for developers
section of theEmbed visual
pane of the visual's on-visual menu of the Amazon QuickSight console.Type: String
Length Constraints: Minimum length of 1. Maximum length of 512.
Pattern:
[\w\-]+
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: