Displays the details of the dashboard that you specify.
To copy an existing dashboard, use
get_dashboard
, and then use the data
returned within DashboardBody
as the template for the new dashboard
when you call put_dashboard
to create the
copy.
cloudwatch_get_dashboard(DashboardName)
[required] The name of the dashboard to be described.
A list with the following syntax:
list( DashboardArn = "string", DashboardBody = "string", DashboardName = "string" )
svc$get_dashboard( DashboardName = "string" )