aws.iotsitewise.list_dashboards
Example SQL Queries
SELECT * FROMaws.iotsitewise.list_dashboardsWHERE"project_id" = 'VALUE';Description
Retrieves a paginated list of dashboards for an IoT SiteWise Monitor project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_id Required Input Column The ID of the project. | 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 |
| creation_date The date the dashboard was created, in Unix epoch time. | TIMESTAMP_S |
| description The dashboard's description. | VARCHAR |
| id The ID of the dashboard. | VARCHAR |
| last_update_date The date the dashboard was last updated, in Unix epoch time. | TIMESTAMP_S |
| name The name of the dashboard | VARCHAR |