Lists data source runs in Amazon DataZone
Source:R/datazone_operations.R
datazone_list_data_source_runs.RdLists data source runs in Amazon DataZone.
See https://www.paws-r-sdk.com/docs/datazone_list_data_source_runs/ for full documentation.
Usage
datazone_list_data_source_runs(
domainIdentifier,
dataSourceIdentifier,
status = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- domainIdentifier
[required] The identifier of the Amazon DataZone domain in which to invoke the
list_data_source_runsaction.- dataSourceIdentifier
[required] The identifier of the data source.
- status
The status of the data source.
- nextToken
When the number of runs is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of runs, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tolist_data_source_runsto list the next set of runs.- maxResults
The maximum number of runs to return in a single call to
list_data_source_runs. When the number of runs to be listed is greater than the value ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call tolist_data_source_runsto list the next set of runs.