dashboards
Retrieves a list of dashboards
in a region
Overview
Name | dashboards |
Type | Resource |
Description | dashboards |
Id | awscc.iotsitewise.dashboards |
Fields
Name | Datatype | Description |
---|---|---|
dashboard_id | string | The ID of the dashboard. |
region | string | AWS 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