Values_0.DashboardVisualIdSourceA 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 Quick Sight console. You can also get the DashboardId with a ListDashboards API operation.
type nonrec t = {dashboardId : ShortRestrictiveResourceId.t;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 Quick console. You can also get the DashboardId with a ListDashboards API operation.
*)sheetId : ShortRestrictiveResourceId.t;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 Quick console.
*)visualId : ShortRestrictiveResourceId.t;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 Quick Sight console.
*)}val make :
dashboardId:ShortRestrictiveResourceId.t ->
sheetId:ShortRestrictiveResourceId.t ->
visualId:ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of ShortRestrictiveResourceId.t ]) list ]