Use the UpdateFolder
operation to update the name of a folder. To use
this operation, you need the ID of the folder whose permissions you want to view. The
folder ID is part of the folder URL in Amazon QuickSight. You can also use the
ListFolders
operation to get the ID.
Following is an example AWS CLI command for this operation.
aws quicksight update-folder --aws-account-id
AWSACCOUNTID
--folder-idFOLDERID
--nameNAME
You can also make this command using a CLI skeleton file with the following command. For more information about CLI skeleton files, see Use CLI skeleton files.
aws quicksight update-folder --cli-input-json file://
updatefolder
.json
For more information about the UpdateFolder
operation, see UpdateFolder in the Amazon QuickSight API Reference.