Skip to main content

dashboards

Retrieves a list of dashboards in a region

Overview

Namedashboards
TypeResource
Descriptiondashboards
Idawscc.quicksight.dashboards

Fields

NameDatatypeDescription
aws_account_idstring
dashboard_idstring
regionstringAWS 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