Creates an empty shared folder.
See https://www.paws-r-sdk.com/docs/quicksight_create_folder/ for full documentation.
quicksight_create_folder(
AwsAccountId,
FolderId,
Name = NULL,
FolderType = NULL,
ParentFolderArn = NULL,
Permissions = NULL,
Tags = NULL,
SharingModel = NULL
)[required] The ID for the Amazon Web Services account where you want to create the folder.
[required] The ID of the folder.
The name of the folder.
The type of folder. By default, folderType is SHARED.
The Amazon Resource Name (ARN) for the parent folder.
ParentFolderArn can be null. An empty parentFolderArn creates a
root-level folder.
A structure that describes the principals and the resource-level permissions of a folder.
To specify no permissions, omit Permissions.
Tags for the folder.
An optional parameter that determines the sharing scope of the folder.
The default value for this parameter is ACCOUNT.