Learn R Programming

paws.analytics (version 0.1.6)

quicksight_list_data_sources: Lists data sources in current AWS Region that belong to this AWS account

Description

Lists data sources in current AWS Region that belong to this AWS account.

Usage

quicksight_list_data_sources(AwsAccountId, NextToken, MaxResults)

Arguments

AwsAccountId

[required] The AWS account ID.

NextToken

The token for the next set of results, or null if there are no more results.

MaxResults

The maximum number of results to be returned per request.

Request syntax

svc$list_data_sources(
  AwsAccountId = "string",
  NextToken = "string",
  MaxResults = 123
)