cloudwatch_get_dashboard: Displays the details of the dashboard that you specify
Description
Displays the details of the dashboard that you specify.
Usage
cloudwatch_get_dashboard(DashboardName)
Arguments
DashboardName
[required] The name of the dashboard to be described.
Request syntax
svc$get_dashboard(
DashboardName = "string"
)
Details
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.