Skip to main content

dashboards_list_only

Lists dashboards in a region or regions, for all properties use dashboards

Overview

Namedashboards_list_only
TypeResource
DescriptionDefinition of the AWS::QuickSight::Dashboard Resource Type.
Idaws.quicksight.dashboards_list_only

Fields

NameDatatypeDescription
created_timestring

The time that this dashboard was created.

parametersobject

A list of Amazon QuickSight parameters and the list's override values.

version_descriptionstring
source_entityobject

Dashboard source entity.

theme_arnstring
definitionobject
last_updated_timestring

The last time that this dashboard was updated.

validation_strategyobject

The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.

dashboard_idstring
link_sharing_configurationobject
namestring
dashboard_publish_optionsobject

Dashboard publish options.

last_published_timestring

The last time that this dashboard was published.

versionobject

Dashboard version.

aws_account_idstring
permissionsarray
link_entitiesarray
arnstring

The Amazon Resource Name (ARN) of the resource.

tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all dashboards in a region.

SELECT
region,
aws_account_id,
dashboard_id
FROM aws.quicksight.dashboards_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the dashboards_list_only resource, see dashboards