Skip to main content

analyses_list_only

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

Overview

Nameanalyses_list_only
TypeResource
DescriptionDefinition of the AWS::QuickSight::Analysis Resource Type.
Idaws.quicksight.analyses_list_only

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.

tagsarray
sheetsarray

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

regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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