Values_1.CreateFolderRequestSourceCreates an empty shared folder.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID for the Amazon Web Services account where you want to create the folder.
*)folderId : Values_0.RestrictiveResourceId.t;The ID of the folder.
*)name : FolderName.t option;The name of the folder.
*)folderType : FolderType.t option;The type of folder. By default, folderType is SHARED.
*)parentFolderArn : Values_0.Arn.t option;The Amazon Resource Name (ARN) for the parent folder. ParentFolderArn can be null. An empty parentFolderArn creates a root-level folder.
*)permissions : ResourcePermissionList.t option;A structure that describes the principals and the resource-level permissions of a folder. To specify no permissions, omit Permissions.
*)sharingModel : SharingModel.t option;An optional parameter that determines the sharing scope of the folder. The default value for this parameter is ACCOUNT.
*)}val make :
?name:??? ->
?folderType:??? ->
?parentFolderArn:??? ->
?permissions:??? ->
?tags:??? ->
?sharingModel:??? ->
awsAccountId:AwsAccountId.t ->
folderId:Values_0.RestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Principal.t ])
list ]
list
| `String of AwsAccountId.t ])
list ]