Adds an asset, such as a dashboard, analysis, or dataset into a folder.
See https://www.paws-r-sdk.com/docs/quicksight_create_folder_membership/ for full documentation.
quicksight_create_folder_membership(
AwsAccountId,
FolderId,
MemberId,
MemberType
)
[required] The ID for the Amazon Web Services account that contains the folder.
[required] The ID of the folder.
[required] The ID of the asset (the dashboard, analysis, or dataset).
[required] The type of the member, including DASHBOARD
, ANALYSIS
, and
DATASET
.