Skip to main content

analysis_tags

Expands all tag keys and values for analyses in a region

Overview

Nameanalysis_tags
TypeResource
DescriptionDefinition of the AWS::QuickSight::Analysis Resource Type.
Idaws.quicksight.analysis_tags

Fields

NameDatatypeDescription
statusstring
created_timestring

The time that the analysis was created.

parametersobject

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

data_set_arnsarray

The ARNs of the datasets of the analysis.

source_entityobject

The source entity of an analysis.

theme_arnstring

The ARN of the theme of the analysis.

definitionobject
last_updated_timestring

The time that the analysis was last 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.

namestring

The descriptive name of the analysis.

errorsarray

Errors associated with the analysis.

analysis_idstring
aws_account_idstring
permissionsarray
arnstring

The Amazon Resource Name (ARN) of the analysis.

sheetsarray

A list of the associated sheets with the unique identifier and name of each sheet.

tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all analyses in a region.

SELECT
region,
status,
created_time,
parameters,
data_set_arns,
source_entity,
theme_arn,
definition,
last_updated_time,
validation_strategy,
name,
errors,
analysis_id,
aws_account_id,
permissions,
arn,
sheets,
tag_key,
tag_value
FROM aws.quicksight.analysis_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the analysis_tags resource, see analyses