analyses_list_only
Lists analyses
in a region or regions, for all properties use analyses
Overview
Name | analyses_list_only |
Type | Resource |
Description | Definition of the AWS::QuickSight::Analysis Resource Type. |
Id | aws.quicksight.analyses_list_only |
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. |
tags | array | |
sheets | array | A list of the associated sheets with the unique identifier and name of each sheet. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all analyses
in a region.
SELECT
region,
analysis_id,
aws_account_id
FROM aws.quicksight.analyses_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the analyses_list_only
resource, see analyses