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