AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::QuickSight::Folder

CfnFolder

Creates an empty shared folder.

Import

import { CfnFolder } from 'aws-cdk-lib/aws-quicksight';

Or use the module namespace:

import * as quicksight from 'aws-cdk-lib/aws-quicksight';
// quicksight.CfnFolder

Properties

Configuration passed to the constructor as CfnFolderProps.

awsAccountIdOptional
string

The ID for the AWS account where you want to create the folder.

folderIdOptional
string

The ID of the folder.

folderTypeOptional
string

The type of folder it is.

nameOptional
string

A display name for the folder.

parentFolderArnOptional
string

The Amazon Resource Name (ARN) for the folder.

permissionsOptional
IResolvable | IResolvable | ResourcePermissionProperty[]

A structure that describes the principals and the resource-level permissions of a folder. To specify no permissions, omit `Permissions` .

sharingModelOptional
string

The sharing scope of the folder.

tagsOptional
CfnTag[]

A list of tags for the folders that you want to apply overrides to.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter