aws.cloudwatch.get_dashboard
Example SQL Queries
SELECT * FROMaws.cloudwatch.get_dashboardWHERE"dashboard_name" = 'VALUE';Description
Displays 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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dashboard_name Required Input Column The name of the dashboard. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| dashboard_arn The Amazon Resource Name (ARN) of the dashboard. | VARCHAR |
| dashboard_body 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. | VARCHAR |