Values.GetDashboardOutputSourceDisplays the details of the dashboard that you specify. To copy an existing dashboard, use GetDashboard, and then use the data returned within DashboardBody as the template for the new dashboard when you call PutDashboard to create the copy.
type getDashboardResult = {dashboardArn : DashboardArn.t option;The Amazon Resource Name (ARN) of the dashboard.
*)dashboardBody : DashboardBody.t option;The detailed information about the dashboard, including what widgets are included and their location on the dashboard. For more information about the DashboardBody syntax, see Dashboard Body Structure and Syntax.
*)dashboardName : DashboardName.t option;The name of the dashboard.
*)}type error = [ | `DashboardNotFoundError of DashboardNotFoundError.t| `InternalServiceFault of InternalServiceFault.t| `InvalidParameterValueException of InvalidParameterValueException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DashboardNotFoundError of DashboardNotFoundError.t
| `InternalServiceFault of InternalServiceFault.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DashboardNotFoundError of DashboardNotFoundError.t
| `InternalServiceFault of InternalServiceFault.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of DashboardArn.t ]) list ])
list ]