dashboards
Retrieves a list of dashboards
in a region
Overview
Name | dashboards |
Type | Resource |
Description | dashboards |
Id | awscc.quicksight.dashboards |
Fields
Name | Datatype | Description |
---|---|---|
aws_account_id | string | |
dashboard_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
aws_account_id,
dashboard_id
FROM awscc.quicksight.dashboards
WHERE region = 'us-east-1'
Permissions
To operate on the dashboards
resource, the following permissions are required:
Create
quicksight:DescribeDashboard,
quicksight:DescribeDashboardPermissions,
quicksight:CreateDashboard,
quicksight:DescribeTemplate,
quicksight:DescribeTheme,
quicksight:PassDataSet,
quicksight:TagResource,
quicksight:UntagResource,
quicksight:ListTagsForResource
List
quicksight:ListDashboards