@aws-sdk/client-quicksight

UpdateFolderPermissionsCommandInput Interface

Members

Name
Type
Details
AwsAccountId Requiredstring | undefined

The ID for the Amazon Web Services account that contains the folder to update.

FolderId Requiredstring | undefined

The ID of the folder.

GrantPermissions ResourcePermission[] | undefined

The permissions that you want to grant on a resource. Namespace ARNs are not supported Principal values for folder permissions.

RevokePermissions ResourcePermission[] | undefined

The permissions that you want to revoke from a resource. Namespace ARNs are not supported Principal values for folder permissions.

Full Signature

export interface UpdateFolderPermissionsCommandInput extends UpdateFolderPermissionsRequest