Description Usage Arguments Value Request syntax
View source: R/cloudwatch_operations.R
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.
1 | cloudwatch_get_dashboard(DashboardName)
|
DashboardName |
[required] The name of the dashboard to be described. |
A list with the following syntax:
1 2 3 4 5 | list(
DashboardArn = "string",
DashboardBody = "string",
DashboardName = "string"
)
|
1 2 3 | svc$get_dashboard(
DashboardName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.