Skip to main content

dashboard

Gets an individual dashboard resource

Overview

Namedashboard
TypeResource
Descriptiondashboard
Idawscc.iotsitewise.dashboard

Fields

NameDatatypeDescription
project_idstringThe ID of the project in which to create the dashboard.
dashboard_idstringThe ID of the dashboard.
dashboard_namestringA friendly name for the dashboard.
dashboard_descriptionstringA description for the dashboard.
dashboard_definitionstringThe dashboard definition specified in a JSON literal.
dashboard_arnstringThe ARN of the dashboard.
tagsarrayA list of key-value pairs that contain metadata for the dashboard.
regionstringAWS 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