List Data Sets
| quicksight_list_data_sets | R Documentation |
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region¶
Description¶
Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.
The permissions resource is
arn:aws:quicksight:region:aws-account-id:dataset/*.
Usage¶
Arguments¶
AwsAccountId[required] The Amazon Web Services account ID.
NextTokenThe token for the next set of results, or null if there are no more results.
MaxResultsThe maximum number of results to be returned per request.
Value¶
A list with the following syntax:
list(
DataSetSummaries = list(
list(
Arn = "string",
DataSetId = "string",
Name = "string",
CreatedTime = as.POSIXct(
"2015-01-01"
),
LastUpdatedTime = as.POSIXct(
"2015-01-01"
),
ImportMode = "SPICE"|"DIRECT_QUERY",
RowLevelPermissionDataSet = list(
Namespace = "string",
Arn = "string",
PermissionPolicy = "GRANT_ACCESS"|"DENY_ACCESS",
FormatVersion = "VERSION_1"|"VERSION_2",
Status = "ENABLED"|"DISABLED"
),
RowLevelPermissionTagConfigurationApplied = TRUE|FALSE,
ColumnLevelPermissionRulesApplied = TRUE|FALSE
)
),
NextToken = "string",
RequestId = "string",
Status = 123
)