AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::Analysis

QuickSight Analysis

Definition of the AWS::QuickSight::Analysis Resource Type.

Properties

14 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AnalysisId
string
RequiredCreate-only
AwsAccountId
string
RequiredCreate-only
Name
string
Required
Definition
AnalysisDefinition
Write-only
Errors
Array<AnalysisError>
FolderArns
Array<string>
Write-only
Parameters
Parameters
Write-only
Permissions
Array<ResourcePermission>
Sheets
Array<Sheet>
SourceEntity
AnalysisSourceEntity
Write-only
Status
string
Write-only
Tags
Array<Tag>
ThemeArn
string
ValidationStrategy
ValidationStrategy
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring<p>The Amazon Resource Name (ARN) of the analysis.</p>
CreatedTimestring<p>The time that the analysis was created.</p>
DataSetArnsArray<string><p>The ARNs of the datasets of the analysis.</p>
LastUpdatedTimestring<p>The time that the analysis was last updated.</p>

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::Analysis

Resources:
  MyResource:
    Type: AWS::QuickSight::Analysis
    Properties:
      AwsAccountId: "my-awsaccountid"
      AnalysisId: "my-analysisid"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

quicksight:DescribeAnalysisquicksight:DescribeAnalysisPermissionsquicksight:ListTagsForResource

create

quicksight:DescribeAnalysisquicksight:DescribeAnalysisPermissionsquicksight:CreateAnalysisquicksight:DescribeTemplatequicksight:DescribeThemequicksight:PassDataSetquicksight:TagResourcequicksight:UntagResource

update

quicksight:DescribeAnalysisquicksight:DescribeAnalysisPermissionsquicksight:UpdateAnalysisquicksight:UpdateAnalysisPermissionsquicksight:CreateFolderMembershipquicksight:DeleteFolderMembershipquicksight:ListFoldersForResourcequicksight:DescribeTemplate

list

quicksight:ListAnalyses

delete

quicksight:DescribeAnalysisquicksight:DeleteAnalysis

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceQuickSight
Properties18
Required3
TaggingSupported
Primary IDAnalysisId

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AnalysisIdAwsAccountId

External Links