Lists all of the datasets belonging to the current AWS account in an AWS Region.
quicksight_list_data_sets(AwsAccountId, NextToken, MaxResults)
[required] The AWS account ID.
The token for the next set of results, or null if there are no more results.
The maximum number of results to be returned per request.
svc$list_data_sets( AwsAccountId = "string", NextToken = "string", MaxResults = 123 )
The permissions resource is
arn:aws:quicksight:region:aws-account-id:dataset/*
.