quicksight_create_folder: Creates an empty shared folder

View source: R/quicksight_operations.R

quicksight_create_folderR Documentation

Creates an empty shared folder

Description

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, folderType is SHARED.

ParentFolderArn

The Amazon Resource Name (ARN) for the parent folder.

ParentFolderArn can be null. An empty parentFolderArn creates 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

Tags for the folder.

SharingModel

An optional parameter that determines the sharing scope of the folder. The default value for this parameter is ACCOUNT.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.