Skip to main content

dashboards

Retrieves a list of dashboards in a region

Overview

Namedashboards
TypeResource
Descriptiondashboards
Idawscc.iotsitewise.dashboards

Fields

NameDatatypeDescription
dashboard_idstringThe ID of the dashboard.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
dashboard_id
FROM awscc.iotsitewise.dashboards
WHERE region = 'us-east-1'

Permissions

To operate on the dashboards resource, the following permissions are required:

Create

iotsitewise:CreateDashboard,
iotsitewise:DescribeDashboard,
iotsitewise:ListTagsForResource,
iotsitewise:TagResource,
iotsitewise:DescribeAsset,
iotsitewise:DescribeAssetModel

List

iotsitewise:ListDashboards