aws.iotsitewise.describe_dashboard
Example SQL Queries
SELECT * FROMaws.iotsitewise.describe_dashboardWHERE"dashboard_id" = 'VALUE';Description
Retrieves information about a dashboard.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dashboard_id Required Input Column The ID 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| dashboard_arn The ARN of the dashboard, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId} | VARCHAR |
| dashboard_creation_date The date the dashboard was created, in Unix epoch time. | TIMESTAMP_S |
| dashboard_definition The dashboard's definition JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide. | VARCHAR |
| dashboard_description The dashboard's description. | VARCHAR |
| dashboard_last_update_date The date the dashboard was last updated, in Unix epoch time. | TIMESTAMP_S |
| dashboard_name The name of the dashboard. | VARCHAR |
| project_id The ID of the project that the dashboard is in. | VARCHAR |