AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::Folder

QuickSight Folder

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

Properties

8 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
AwsAccountId
string
Create-only
FolderId
string
Create-only
FolderType
string
Create-only
Name
string
ParentFolderArn
string
Create-onlyWrite-only
Permissions
Array<ResourcePermission>
SharingModel
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring<p>The Amazon Resource Name (ARN) for the folder.</p>
CreatedTimestring<p>The time that the folder was created.</p>
LastUpdatedTimestring<p>The time that the folder 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::Folder

Resources:
  MyResource:
    Type: AWS::QuickSight::Folder
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

read

quicksight:DescribeFolderquicksight:DescribeFolderPermissionsquicksight:ListTagsForResource

create

quicksight:CreateFolderquicksight:DescribeFolderquicksight:UpdateFolderPermissionsquicksight:DescribeFolderPermissionsquicksight:TagResourcequicksight:ListTagsForResource

update

quicksight:DescribeFolderquicksight:UpdateFolderquicksight:DescribeFolderPermissionsquicksight:UpdateFolderPermissionsquicksight:ListTagsForResourcequicksight:TagResourcequicksight:UntagResource

delete

quicksight:DeleteFolder

list

quicksight:ListFolders

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
Properties11
Required0
TaggingSupported
Primary IDAwsAccountId

Supported Operations

ReadCreateUpdateDeleteList

Immutable After Creation

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

ParentFolderArnSharingModelFolderTypeFolderIdAwsAccountId

External Links