analysis_tags
Expands all tag keys and values for analyses
in a region
Overview
Name | analysis_tags |
Type | Resource |
Description | Definition of the AWS::QuickSight::Analysis Resource Type. |
Id | aws.quicksight.analysis_tags |
Fields
Name | Datatype | Description |
---|---|---|
status | string | |
created_time | string | The time that the analysis was created. |
parameters | object | A list of Amazon QuickSight parameters and the list's override values. |
data_set_arns | array | The ARNs of the datasets of the analysis. |
source_entity | object | The source entity of an analysis. |
theme_arn | string | The ARN of the theme of the analysis. |
definition | object | |
last_updated_time | string | The time that the analysis was last updated. |
validation_strategy | object | 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 |
name | string | The descriptive name of the analysis. |
errors | array | Errors associated with the analysis. |
analysis_id | string | |
aws_account_id | string | |
permissions | array | |
arn | string | The Amazon Resource Name (ARN) of the analysis. |
sheets | array | A list of the associated sheets with the unique identifier and name of each sheet. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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