AWS::QuickSight::FolderCreates an empty shared folder.
import { CfnFolder } from 'aws-cdk-lib/aws-quicksight';Or use the module namespace:
import * as quicksight from 'aws-cdk-lib/aws-quicksight';
// quicksight.CfnFolderConfiguration passed to the constructor as CfnFolderProps.
awsAccountIdOptionalstringThe ID for the AWS account where you want to create the folder.
folderIdOptionalstringThe ID of the folder.
folderTypeOptionalstringThe type of folder it is.
nameOptionalstringA display name for the folder.
parentFolderArnOptionalstringThe Amazon Resource Name (ARN) for the folder.
permissionsOptionalIResolvable | IResolvable | ResourcePermissionProperty[]A structure that describes the principals and the resource-level permissions of a folder. To specify no permissions, omit `Permissions` .
sharingModelOptionalstringThe sharing scope of the folder.
tagsOptionalCfnTag[]A list of tags for the folders that you want to apply overrides to.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-quicksightAWS::QuickSight::Folder