Data Source schema for AWS::QuickSight::Analysis
id
(String) Uniquely identifies the resource.analysis_id
(String)arn
(String) The Amazon Resource Name (ARN) of the analysis.
aws_account_id
(String)created_time
(String) The time that the analysis was created.
data_set_arns
(List of String) The ARNs of the datasets of the analysis.
errors
(Attributes List) Errors associated with the analysis.
(see below for nested schema)last_updated_time
(String) The time that the analysis was last updated.
name
(String) The descriptive name of the analysis.
parameters
(Attributes) A list of QuickSight parameters and the list's override values.
(see below for nested schema)permissions
(Attributes List)
A structure that describes the principals and the resource-level permissions on an
analysis. You can use the Permissions
structure to grant permissions by
providing a list of AWS Identity and Access Management (IAM) action information for each
principal listed by Amazon Resource Name (ARN).
<p>To specify no permissions, omit <code>Permissions</code>.</p> (see [below for nested schema](#nestedatt--permissions))
sheets
(Attributes List) A list of the associated sheets with the unique identifier and name of each sheet.
(see below for nested schema)source_entity
(Attributes) The source entity of an analysis.
(see below for nested schema)status
(String)tags
(Attributes List) Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
(see below for nested schema)theme_arn
(String) The ARN of the theme of the analysis.
errors
Read-Only:
message
(String) The message associated with the analysis error.
type
(String)parameters
Read-Only:
date_time_parameters
(Attributes List) Date-time parameters.
(see below for nested schema)decimal_parameters
(Attributes List) Decimal parameters.
(see below for nested schema)integer_parameters
(Attributes List) Integer parameters.
(see below for nested schema)string_parameters
(Attributes List) String parameters.
(see below for nested schema)parameters.date_time_parameters
Read-Only:
name
(String) A display name for the date-time parameter.
values
(List of String) The values for the date-time parameter.
parameters.decimal_parameters
Read-Only:
name
(String) A display name for the decimal parameter.
values
(List of Number) The values for the decimal parameter.
parameters.integer_parameters
Read-Only:
name
(String) The name of the integer parameter.
values
(List of Number) The values for the integer parameter.
parameters.string_parameters
Read-Only:
name
(String) A display name for a string parameter.
values
(List of String) The values of a string parameter.
permissions
Read-Only:
actions
(List of String) The IAM action to grant or revoke permissions on.
principal
(String) The Amazon Resource Name (ARN) of the principal. This can be one of the following:
The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts. (This is less common.)
sheets
Read-Only:
name
(String) The name of a sheet. This name is displayed on the sheet's tab in the QuickSight console.
sheet_id
(String) The unique identifier associated with a sheet.
source_entity
Read-Only:
source_template
(Attributes) The source template of an analysis.
(see below for nested schema)source_entity.source_template
Read-Only:
arn
(String) The Amazon Resource Name (ARN) of the source template of an analysis.
data_set_references
(Attributes List) The dataset references of the source template of an analysis.
(see below for nested schema)source_entity.source_template.data_set_references
Read-Only:
data_set_arn
(String) Dataset Amazon Resource Name (ARN).
data_set_placeholder
(String) Dataset placeholder.
tags
Read-Only:
key
(String) Tag key.
value
(String) Tag value.