AWS::QuickSight::AnalysisDefinition of the AWS::QuickSight::Analysis Resource Type.
14 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | <p>The Amazon Resource Name (ARN) of the analysis.</p> |
CreatedTime | string | <p>The time that the analysis was created.</p> |
DataSetArns | Array<string> | <p>The ARNs of the datasets of the analysis.</p> |
LastUpdatedTime | string | <p>The time that the analysis was last updated.</p> |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
quicksight:DescribeAnalysisquicksight:DescribeAnalysisPermissionsquicksight:ListTagsForResourcequicksight:DescribeAnalysisquicksight:DescribeAnalysisPermissionsquicksight:CreateAnalysisquicksight:DescribeTemplatequicksight:DescribeThemequicksight:PassDataSetquicksight:TagResourcequicksight:UntagResourcequicksight:DescribeAnalysisquicksight:DescribeAnalysisPermissionsquicksight:UpdateAnalysisquicksight:UpdateAnalysisPermissionsquicksight:CreateFolderMembershipquicksight:DeleteFolderMembershipquicksight:ListFoldersForResourcequicksight:DescribeTemplatequicksight:ListAnalysesquicksight:DescribeAnalysisquicksight:DeleteAnalysisOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAnalysisIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AnalysisIdAwsAccountId