dashboard
Gets an individual dashboard
resource
Overview
Name | dashboard |
Type | Resource |
Description | dashboard |
Id | awscc.iotsitewise.dashboard |
Fields
Name | Datatype | Description |
---|---|---|
project_id | string | The ID of the project in which to create the dashboard. |
dashboard_id | string | The ID of the dashboard. |
dashboard_name | string | A friendly name for the dashboard. |
dashboard_description | string | A description for the dashboard. |
dashboard_definition | string | The dashboard definition specified in a JSON literal. |
dashboard_arn | string | The ARN of the dashboard. |
tags | array | A list of key-value pairs that contain metadata for the dashboard. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
project_id,
dashboard_id,
dashboard_name,
dashboard_description,
dashboard_definition,
dashboard_arn,
tags
FROM awscc.iotsitewise.dashboard
WHERE data__Identifier = '<DashboardId>';
Permissions
To operate on the dashboard
resource, the following permissions are required:
Read
iotsitewise:DescribeDashboard,
iotsitewise:ListTagsForResource
Update
iotsitewise:DescribeDashboard,
iotsitewise:UpdateDashboard,
iotsitewise:TagResource,
iotsitewise:UntagResource,
iotsitewise:ListTagsForResource,
iotsitewise:DescribeAsset,
iotsitewise:DescribeAssetModel
Delete
iotsitewise:DescribeDashboard,
iotsitewise:DeleteDashboard