Skip to main content

dashboard_tags

Expands all tag keys and values for dashboards in a region

Overview

Namedashboard_tags
TypeResource
DescriptionDefinition of the AWS::QuickSight::Dashboard Resource Type.
Idaws.quicksight.dashboard_tags

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.

tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all dashboards in a region.

SELECT
region,
created_time,
parameters,
version_description,
source_entity,
theme_arn,
definition,
last_updated_time,
validation_strategy,
dashboard_id,
link_sharing_configuration,
name,
dashboard_publish_options,
last_published_time,
version,
aws_account_id,
permissions,
link_entities,
arn,
tag_key,
tag_value
FROM aws.quicksight.dashboard_tags
WHERE region = 'us-east-1';

Permissions

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